< prev index next >

src/share/vm/shark/sharkCompiler.hpp

Print this page
rev 7614 : [mq]: shark-build-hotspot.patch

@@ -38,10 +38,12 @@
 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 >