<div style="FONT-FAMILY: Arial; COLOR: rgb(0, 0, 0); FONT-SIZE: 12px">Has anyone tried to do a Shark build recently from the OpenJDK-8 sources (or one of the associated ports)? It appears to be broken on several levels:<br />1) llvmHeaders.h needs to include the llvm/IR path for several of the headers. I'm not sure when they moved from the top-level llvm include directory to llvm/IR, but the top level directory is where llvmHeaders.h assumes that they are.<br />2) What was the last version of LLVM that anyone used to build Shark? The latest gcc compiler complains about "#elif _MSC_VER" not being defined in the llvm 3.4 headers. Changing it to "#elif defined(_MSC_VER)" solves the problem.<br />3) There are still compilation errors when trying to build Shark that aren't present when building Zero, so obviously Zero is being built on a regular basis and Shark is not.<br /><br />I a mostly interested in building Shark for doing some experiments. I am assuming that Hotspot will out-perform Shark, but it would be useful getting some figures to prove it.<br /><br />-AndyJ<br /><br /></div>