< prev index next >

src/hotspot/share/compiler/abstractCompiler.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 150,160 **** // Compiler type queries. 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. virtual bool is_trivial(Method* method) { return false; } --- 150,159 ----
< prev index next >