< prev index next >

src/hotspot/share/runtime/stackChunkFrameStream.hpp

Print this page
@@ -73,10 +73,11 @@
  
    inline bool is_interpreted() const;
    inline bool is_stub() const;
    inline bool is_compiled() const;
    CodeBlob* cb() const { return _cb; }
+   inline void get_cb();
    const ImmutableOopMap* oopmap() const { if (_oopmap == nullptr) get_oopmap(); return _oopmap; }
    inline int frame_size() const;
    inline int stack_argsize() const;
    inline int num_oops() const;
  

@@ -96,11 +97,10 @@
  
    void print_on(outputStream* st) const PRODUCT_RETURN;
  
   private:
    inline address get_pc() const;
-   inline void get_cb();
  
    inline int interpreter_frame_size() const;
    inline int interpreter_frame_num_oops() const;
    inline int interpreter_frame_stack_argsize() const;
    inline void next_for_interpreter_frame();
< prev index next >