Build hotspot only in IcedTea after a complete build.
Nagy Mostafa
nagy.mostafa at gmail.com
Thu Aug 20 16:06:46 PDT 2009
Hi Everyone,
I am having trouble compiling hotspot only in IcedTea6. I build IcedTea with
Zero as follows:
./configure --enable-zero; make;
Now, I want to modify the bytecode interpreter. What is the simplest way to
compile hotspot only without compiling all of IcedTea. I tried "make
hotspot", but sometimes it doesn't detect my code changes and even worse the
build breaks occasionally. Also, how can you do a "make clean" for hotspot
only.
Additionally, how to do the same for a debug build ? I build initially as
follows:
./configure --enable-zero; make SKIP_FASTDEBUG_BUILD=true
SKIP_DEBUG_BUILD=false DEBUG_NAME=fulldebug;
thanks,
- nagy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-dev/attachments/20090820/c0eb84e7/attachment.html
More information about the hotspot-dev
mailing list