Copying libjvm.{diz,debuginfo}
Bharadwaj Yadavalli
bharadwaj.yadavalli at oracle.com
Fri Dec 14 14:34:54 PST 2012
I would like to build a debuggable vm (libjvm.so) during OpenJDK build.
I configured using
sh configure --with-debug-level=slowdebug --enable-debug-symbols
--with-boot-jdk=/path/to/boot/jdk
and then ran
make NEWBUILD=true images
The build does not copy libjvm.diz to
build/linux-x86_64-normal-server-slowdebug/jdk/lib/amd64/server/
Is there a way to configure the build so that it copies the debug info
along with libjvm.so each time it is updated?
Bharadwaj
More information about the hotspot-dev
mailing list