[aarch64-port-dev ] hg: aarch64-port/jdk8/jaxws: 33 new changesets

Cao Hoang Thu thuhc at yahoo.com
Mon Dec 23 23:29:40 PST 2013


Hi Ed,


With current source today (24-Dec) I got some warning and ignore when build on x86_64, my configure
export OPENJDK8_DEBUG_LEVEL=release
export OPENJDK8_JVM_VARIANTS=client,server
export HOST_JDK_HOME=/usr/lib/jvm/jdk1.7.0_25
./configure \
                --with-debug-level=$OPENJDK8_DEBUG_LEVEL \
                --with-jvm-variants=$OPENJDK8_JVM_VARIANTS \
                --enable-unlimited-crypto \
                --with-cacerts-file=$HOST_JDK_HOME/jre/lib/security/cacerts \
                --with-stdc++lib=dynamic \
                --with-boot-jdk=$HOST_JDK_HOME \
                --disable-ccache

#make images
.............
............
............
## Starting images
Creating images/lib/charsets.jar
Creating images/lib/ext/cldrdata.jar
Creating images/lib/ext/dnsns.jar
Creating images/lib/ext/localedata.jar
Creating images/lib/jsse.jar
Creating images/lib/jconsole.jar
Creating images/lib/dt.jar
Creating images/lib/tools.jar
Updating images/sec-bin.zip
WARNING: Path does not exist as file or directory: sun/dc/DuctusRenderingEngine.class
WARNING: Path does not exist as file or directory: sun/dc/path/PathConsumer.class
WARNING: Path does not exist as file or directory: sun/dc/pr/PathDasher.class
WARNING: Path does not exist as file or directory: sun/dc/pr/PathDasher$1.class
WARNING: Path does not exist as file or directory: sun/dc/pr/PathStroker.class
WARNING: Path does not exist as file or directory: sun/dc/pr/PathStroker$1.class
WARNING: Path does not exist as file or directory: sun/font/T2KFontScaler.class
WARNING: Path does not exist as file or directory: sun/font/T2KFontScaler$1.class
WARNING: Path does not exist as file or directory: sun/misc/PostVMInitHook.class
WARNING: Path does not exist as file or directory: com/sun/crypto/provider
WARNING: Path does not exist as file or directory: com/sun/java/accessibility
WARNING: Path does not exist as file or directory: javax/crypto
WARNING: Path does not exist as file or directory: sun/security/ec
WARNING: Path does not exist as file or directory: sun/security/internal
WARNING: Path does not exist as file or directory: sun/security/mscapi
WARNING: Path does not exist as file or directory: sun/security/pkcs11
WARNING: Path does not exist as file or directory: com/oracle/jrockit/jfr
WARNING: Path does not exist as file or directory: oracle/jrockit/jfr
WARNING: Path does not exist as file or directory: jdk/jfr
Updating images/src.zip
Creating rt.jar Compressed=false
Creating resources.jar
warning: package javax.crypto does not exist
warning: package javax.crypto.interfaces does not exist
warning: package javax.crypto.spec does not exist
warning: package javax.tools.annotation does not exist
warning: package com.oracle.nio does not exist
Using boot class path = [/home/thcao/ws/openjdk8-aarch64/build/linux-x86_64-normal-clientANDserver-release/images/lib/rt.jar, /home/thcao/ws/openjdk8-aarch64/build/linux-x86_64-normal-clientANDserver-release/langtools/dist/bootstrap/lib/javac.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/resources.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/sunrsasign.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/jsse.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/jce.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/charsets.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/jfr.jar, /usr/lib/jvm/jdk1.7.0_25/jre/classes, /usr/lib/jvm/jdk1.7.0_25/jre/lib/ext/sunjce_provider.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/ext/zipfs.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/ext/sunec.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/ext/dnsns.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/ext/sunpkcs11.jar, /usr/lib/jvm/jdk1.7.0_25/jre/lib/ext/localedata.jar]
Ignoring (other) com.sun.management.package-info : <any>
   ClassSymbol <any>
Ignoring (other) com.sun.net.httpserver.package-info : <any>
   ClassSymbol <any>
Ignoring (other) com.sun.net.httpserver.spi.package-info : <any>
   ClassSymbol <any>
Ignoring (other) com.sun.nio.sctp.package-info : <any>
   ClassSymbol <any>
Ignoring (other) com.sun.security.auth.package-info : <any>
   ClassSymbol <any>
Ignoring (other) com.sun.security.auth.callback.package-info : <any>
   ClassSymbol <any>
Ignoring (other) com.sun.security.auth.login.package-info : <any>
   ClassSymbol <any>
Ignoring (other) com.sun.security.auth.module.package-info : <any>
   ClassSymbol <any>
Ignoring (other) com.sun.security.jgss.package-info : <any>
   ClassSymbol <any>
Ignoring (other) javax.xml.ws.wsaddressing.package-info : <any>
   ClassSymbol <any>
5 warnings
Creating images/lib/ct.sym
## Finished images (build time 00:00:40)

----- Build times -------
Start 2013-12-24 13:59:06
End   2013-12-24 14:24:22
00:00:47 corba
00:00:36 demos
00:15:27 hotspot
00:00:40 images
00:00:25 jaxp
00:00:37 jaxws
00:05:34 jdk
00:00:50 langtools
00:00:20 nashorn
00:25:16 TOTAL
-------------------------
Finished building OpenJDK for target 'images'

Regards,
Thu Cao


More information about the aarch64-port-dev mailing list