--- old/src/share/vm/shark/sharkCompiler.hpp 2015-01-08 11:49:04.833338799 +0100 +++ new/src/share/vm/shark/sharkCompiler.hpp 2015-01-08 11:49:04.764338572 +0100 @@ -40,6 +40,8 @@ // Creation SharkCompiler(); + void init_llvm(); + // Name of this compiler const char *name() { return "shark"; }