When rebuilding after your latests changes, I get the following error : threadCritical_bsd.o threadLS_bsd_x86.o threadLocalAllocBuffer.o threadLocalStorage.o threadService.o thread_bsd_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_bsd.o vmGCOperations.o vmPSOperations.o vmStructs.o vmSymbols.o vmThread.o vm_operations.o vm_operations_g1.o vm_version.o vm_version_bsd_x86.o vm_version_x86.o vmreg.o vmreg_x86.o vtableStubs.o vtableStubs_x86_64.o workgroup.o xmlstream.o yieldingWorkgroup.o -lm -pthread; \ \ rm -f libjvm.dylib.1; ln -s libjvm.dylib libjvm.dylib.1; \ [ -f libjvm.dylib ] || { ln -s libjvm.dylib libjvm.dylib; ln -s libjvm.dylib.1 libjvm.dylib.1; }; \ } Linking vm... echo Linking launcher... Linking launcher... /Users/henri/Documents/hudson/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/ALT_COMPILER_PATH/gcc -m64 -m64 -L`pwd` -o gamma launcher/java_md.o launcher/java.o launcher/jli_util.o launcher/wildcard.o -ljvm -lm -pthread All done. cd bsd_amd64_compiler2/product && ./test_gamma java full version "1.6.0_03-p3-landonf_19_aug_2008_15_52-b00" Error occurred during initialization of VM Unable to load native library: dlopen(/Users/henri/Documents/hudson/data/DROP_DIR/soylatte16-amd64-1.0.3/jre/lib/amd64/libjava.dylib, 1): Library not loaded: /data/Users/landonf/Documents/Code/Java/javasrc_1_6_jrl_darwin_stable/control/build/bsd-amd64/lib/amd64/libverify.dylib Referenced from: /Users/henri/Documents/hudson/data/DROP_DIR/soylatte16-amd64-1.0.3/jre/lib/amd64/libjava.dylib Reason: image not found Using java runtime at: /Users/henri/Documents/hudson/data/DROP_DIR/soylatte16-amd64-1.0.3/jre make[4]: *** [product] Error 1 make[3]: *** [generic_build2] Error 2 make[2]: *** [product] Error 2 make[1]: *** [hotspot-build] Error 2 make: *** [build_product_image] Error 2 testing build: ./build/bsd-amd64/j2sdk-image/bin/java -version ./build64.sh: line 170: ./build/bsd-amd64/j2sdk-image/bin/java: No such file or directory ~/Documents/hudson/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/jdk ~/Documents/hudson/data/jobs/openjdk-1.7-bsdport-x86_64/workspace Directory "JTreport" not found: creating Directory "JTwork" not found: creating Directory "JTwork/scratch" not found: creating Error: java/lang/annotation/AnnotationTypeMismatchException/FoundType.java FAILED: java/lang/annotation/loaderLeak/Main.java Error: java/lang/annotation/Missing/MissingTest.java Error: java/lang/annotation/package-info.java Error: java/lang/annotation/ParameterAnnotations.java Error: java/lang/annotation/RecursiveAnnotation.java Error: java/lang/annotation/UnitTest.java
Could it be ? Remove DYLD_LIBRARY_PATH from test_gamma since it is not needed anymore and causes test_gamma to fail now. (detail / hgweb) 2011/1/28 <gle...@eyesbeyond.com>: > Changeset: 90ade3e5c802 > Author: Greg Lewis <gle...@eyesbeyond.com> > Date: 2011-01-27 22:29 -0800 > URL: > http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/90ade3e5c802 > > If we're going to print jlong values with INT64_FORMAT, then cast them to > int64_t to make sure they're the right type. > > ! src/share/vm/oops/constantPoolOop.cpp > > Changeset: bf78122e49b4 > Author: Greg Lewis <gle...@eyesbeyond.com> > Date: 2011-01-27 22:31 -0800 > URL: > http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/bf78122e49b4 > > . Use standard C99 printf formats rather than rolling our own where it makes > sense. > > ! src/os/bsd/vm/os_bsd.cpp > ! src/os/linux/vm/os_linux.cpp > ! src/share/vm/utilities/globalDefinitions.hpp > > >