Hi. (Please correct me if I need to send to different group) I'm building valhalla on daily basis, lately I have a little problem with g1ParScanThreadState.cpp
I tried to configure with '--disable-warnings-as-errors' - no luck Compiling 72 files for java.sql Compiling 281 files for java.xml.crypto F:\Dev\JDK8Build\valhalla\hotspot\src\share\vm\gc\g1\g1ParScanThreadState.cpp(46) : warning C4355: 'this' : used in base member initializer list Compiling 50 files for java.sql.rowset NMAKE : fatal error U1077: 'D:\ProgFiles\VS10.0\VC\BIN\amd64\cl.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'D:\ProgFiles\VS10.0\VC\BIN\amd64\nmake.EXE' : return code '0x2' Stop. Makefile:230: recipe for target 'generic_build2' failedmake[5]: *** [generic_build2] Error 2 Please note that I tried temporarily replacing 'this' with 'NULL' - I just got the same error in other file. So I gave up: Thank Boaz
