< prev index next >

src/hotspot/share/oops/stackChunkOop.hpp

Print this page
*** 135,10 ***
--- 135,16 ---
    inline void set_has_mixed_frames(bool value);
  
    inline bool preempted() const;
    inline void set_preempted(bool value);
  
+   inline bool at_klass_init() const;
+   inline void set_at_klass_init(bool value);
+ 
+   inline bool has_args_at_top() const;
+   inline void set_has_args_at_top(bool value);
+ 
    inline bool has_lockstack() const;
    inline void set_has_lockstack(bool value);
  
    inline bool is_gc_mode() const;
    inline bool is_gc_mode_acquire() const;
< prev index next >