RFR(S): 8145603 - Enable build.bat to use vcproj to build

Christian Tornqvist christian.tornqvist at oracle.com
Wed Dec 16 22:48:11 UTC 2015


Hi everyone,

 

Build.bat has not been working correctly for a couple of years and is now
completely broken after the JDK Version change. Rewrote it to use the Visual
Studio project files instead, examples of use:

 

make\windows\build.bat tiered fastdebug

 

This will generate the vcproj files using create.bat (if they haven't been
generated before) and compile the JVM using msbuild. The whole process takes
about a minute on my machine and less than that if the vcproj files are
already there. 

 

Tested locally with x86 and x64 builds.

 

Webrev:

http://cr.openjdk.java.net/~ctornqvi/webrev/8145603/webrev.00/

Bug:

https://bugs.openjdk.java.net/browse/JDK-8145603

 

Thanks,

Christian



More information about the hotspot-dev mailing list