# HG changeset patch # User Thomas Wuerthinger # Date 1273582009 -7200 # Node ID a197210cb4ae19ed3cfe1d6ece3c87a0e89a13bd # Parent fd3de71345741706fdc2f64c20f37a8da432cd8d initial setup for building; added create.bat diff -r fd3de7134574 -r a197210cb4ae .hgignore --- a/.hgignore Thu May 06 18:25:58 2010 -0700 +++ b/.hgignore Tue May 11 14:46:49 2010 +0200 @@ -1,5 +1,9 @@ ^build/ ^dist/ +^java/ +^work/ +~$ +.swp$ /nbproject/private/ ^src/share/tools/hsdis/build/ ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/ diff -r fd3de7134574 -r a197210cb4ae create.cmd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/create.cmd Tue May 11 14:46:49 2010 +0200 @@ -0,0 +1,12 @@ +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 diff -r fd3de7134574 -r a197210cb4ae src/share/vm/gc_implementation/includeDB_gc_g1 --- a/src/share/vm/gc_implementation/includeDB_gc_g1 Thu May 06 18:25:58 2010 -0700 +++ b/src/share/vm/gc_implementation/includeDB_gc_g1 Tue May 11 14:46:49 2010 +0200 @@ -323,8 +323,6 @@ ptrQueue.hpp allocation.hpp ptrQueue.hpp sizes.hpp -ptrQueue.inline.hpp ptrQueue.hpp - satbQueue.cpp allocation.inline.hpp satbQueue.cpp mutexLocker.hpp satbQueue.cpp satbQueue.hpp