If all you are working on is hotspot, then you can build just
hotspot by doing a 'cd hotspot/make && make'.
From that same Makefile in hotspot/make you can also try using:
make JDK_IMAGE_DIR="../../build/*/j2sdk-image" update_jdk
To update a jdk image with your newly build hotspot libraries.
But the "../../build/*/j2sdk-image" may need to be a full path,
you will need to experiment with this.
-kto
lianshun Liu wrote:
Hi,
I build OpenJDK on Windows platform, and choose /openjdk as the build
dictory.
I've a problem that I need to rebuild the whole project everytime when I
hack the VM. It is really a long time that I can't use the computer to
do anything else. So, is there any ways to solve this? Thanks:)
Best regards,
Lianshun Liu