< prev index next >

src/hotspot/share/ci/ciKlass.hpp

Print this page
*** 127,8 ***
--- 127,11 ---
    virtual ciKlass* exact_klass() = 0;
  
    void print_name_on(outputStream* st);
  
    const char* external_name() const;
+ 
+   juint prototype_header_offset();
+   uintptr_t prototype_header();
  };
  
  #endif // SHARE_CI_CIKLASS_HPP
< prev index next >