Andrew Haley wrote:
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
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.
Andrew Haley wrote:
> 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
>> any
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 wa
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