aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_Compiler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/c1/c1_Compiler.hpp')
-rw-r--r--src/share/vm/c1/c1_Compiler.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/share/vm/c1/c1_Compiler.hpp b/src/share/vm/c1/c1_Compiler.hpp
index a8e6eacd7..43eb204f7 100644
--- a/src/share/vm/c1/c1_Compiler.hpp
+++ b/src/share/vm/c1/c1_Compiler.hpp
@@ -39,9 +39,7 @@ class Compiler: public AbstractCompiler {
// Name of this compiler
virtual const char* name() { return "C1"; }
-#ifdef TIERED
- virtual bool is_c1() { return true; };
-#endif // TIERED
+ virtual bool is_c1() { return true; };
BufferBlob* build_buffer_blob();