new error compiling hotspot/src/share/vm/runtime/vm_version.cpp

John Rose john.r.rose at oracle.com
Sat Oct 29 14:53:02 PDT 2011


This, I think, is due to some roughness in the makefiles.  The integration of BSD with the JDK8 source base is new and needs more work.  The pathname hacking (for universal binaries) is not right yet.

I get this particular problem on my Macbook, but it's not the only problem:  https://gist.github.com/1323809

-- John

On Oct 29, 2011, at 11:45 AM, Stephen Bannasch wrote:

> I last built successfully 2011_10_22
> 
> Today I'm getting this error:
> 
> Compiling /Users/stephen/dev/java/src/mlvm/sources/hotspot/src/share/vm/runtime/vm_version.cpp
> 
> ...
> 
> Linking vm...
> [ -f libsaproc_g.dylib ] || { ln -s libsaproc.dylib libsaproc_g.dylib; }
> dsymutil libjvm.dylib
> warning: no debug symbols in executable (-arch x86_64)
> echo "Doing vm.make build:"
> Doing vm.make build:
> All done.
> cd bsd_amd64_compiler2/fastdebug && ./test_gamma
> openjdk full version "1.7.0-internal-stephen_2011_10_22_22_58-b00"
> Error occurred during initialization of VM
> Unable to load native library: 
> dlopen(/Users/stephen/dev/java/src/mlvm/sources/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/libjava.dylib, 1): image 
> not found
> ./test_gamma: line 13: ./gamma: No such file or directory
> 
> 
> I'd really like to be better at hg -- I know just what to do with git to bisect a new failure like this.
> 
> _______________________________________________
> mlvm-dev mailing list
> mlvm-dev at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev



More information about the mlvm-dev mailing list