view create.cmd @ 1942:00bc9eaf0e24

Support for -XX:+UseFastLocking flag. Fixed monitor enter XIR template for correct debug info at the runtime call.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 29 Dec 2010 20:06:41 +0100
parents a197210cb4ae
children 020eee65316d
line wrap: on
line source

set HotSpotMksHome=C:\Cygwin\bin
set path=%JAVA_HOME%\bin;C:\Cygwin\bin
call "%VS_VCVARS%\vsvars32.bat"

set OrigPath=%cd%
cd make\windows

mkdir %OrigPath%\work
call create.bat %OrigPath% %OrigPath%\work %OrigPath%\java

cd %OrigPath%
pause