< prev index next >

src/hotspot/share/oops/stackChunkOop.hpp

Print this page
@@ -127,18 +127,23 @@
  
    inline bool is_flag(uint8_t flag) const;
    inline bool is_flag_acquire(uint8_t flag) const;
    inline void set_flag(uint8_t flag, bool value);
    inline bool try_set_flags(uint8_t prev_flags, uint8_t new_flags);
-   inline void clear_flags();
  
    inline bool has_mixed_frames() const;
    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 >