< prev index next >

src/hotspot/share/aot/aotCompiledMethod.hpp

Print this page

@@ -192,10 +192,11 @@
   virtual void print_block_comment(outputStream *stream, address block_begin) const { }
   virtual void verify() {}
 
   virtual int comp_level() const { return CompLevel_aot; }
   virtual address verified_entry_point() const { return _code + _meta->verified_entry_offset(); }
+  virtual address value_entry_point() const { return NULL; }
   virtual address verified_value_entry_point() const { return NULL; }
   virtual address verified_value_ro_entry_point() const { return NULL; }
   virtual void log_identity(xmlStream* stream) const;
   virtual void log_state_change() const;
   virtual bool make_entrant() NOT_TIERED({ ShouldNotReachHere(); return false; });
< prev index next >