src/hotspot/share/aot/aotCompiledMethod.hpp
changeset 51341 09cc8813ae51
parent 51333 f6641fcf7b7e
child 51473 871581ff5ce5
--- a/src/hotspot/share/aot/aotCompiledMethod.hpp	Wed Aug 08 15:34:32 2018 -0700
+++ b/src/hotspot/share/aot/aotCompiledMethod.hpp	Wed Aug 08 18:38:34 2018 -0700
@@ -194,7 +194,7 @@
   virtual address verified_entry_point() const { return _code + _meta->verified_entry_offset(); }
   virtual void log_identity(xmlStream* stream) const;
   virtual void log_state_change() const;
-  virtual bool make_entrant();
+  virtual bool make_entrant() NOT_TIERED({ ShouldNotReachHere(); return false; });
   virtual bool make_not_entrant() { return make_not_entrant_helper(not_entrant); }
   virtual bool make_not_used() { return make_not_entrant_helper(not_used); }
   virtual address entry_point() const { return _code + _meta->entry_offset(); }