< prev index next >

src/share/vm/shark/sharkCompiler.hpp

Print this page

        

*** 38,47 **** --- 38,49 ---- class SharkCompiler : public AbstractCompiler { public: // Creation SharkCompiler(); + void init_llvm(); + // Name of this compiler const char *name() { return "shark"; } // Missing feature tests bool supports_native() { return true; }
< prev index next >