src/hotspot/share/compiler/abstractCompiler.hpp
changeset 47687 fb290fd1f9d4
parent 47216 71c04702a3d5
child 49373 47b5652f2928
--- a/src/hotspot/share/compiler/abstractCompiler.hpp	Wed Oct 18 16:06:39 2017 +0200
+++ b/src/hotspot/share/compiler/abstractCompiler.hpp	Sun Oct 15 22:54:03 2017 +0200
@@ -152,7 +152,6 @@
   const bool is_c1()                             { return _type == compiler_c1; }
   const bool is_c2()                             { return _type == compiler_c2; }
   const bool is_jvmci()                          { return _type == compiler_jvmci; }
-  const bool is_shark()                          { return _type == compiler_shark; }
   const CompilerType type()                      { return _type; }
 
   // Extra tests to identify trivial methods for the tiered compilation policy.