src/hotspot/share/oops/oop.hpp
changeset 51268 4ac20e5f96ce
parent 50882 80abf702eed8
child 51516 7c3891b9f1e0
equal deleted inserted replaced
51267:2cd8bbccbd2d 51268:4ac20e5f96ce
   224 
   224 
   225   address address_field_acquire(int offset) const;
   225   address address_field_acquire(int offset) const;
   226   void release_address_field_put(int offset, address contents);
   226   void release_address_field_put(int offset, address contents);
   227 
   227 
   228   // printing functions for VM debugging
   228   // printing functions for VM debugging
   229   void print_on(outputStream* st) const;         // First level print
   229   void print_on(outputStream* st) const;        // First level print
   230   void print_value_on(outputStream* st) const;   // Second level print.
   230   void print_value_on(outputStream* st) const;  // Second level print.
   231   void print_address_on(outputStream* st) const; // Address printing
   231   void print_address_on(outputStream* st) const; // Address printing
   232 
   232 
   233   // printing on default output stream
   233   // printing on default output stream
   234   void print();
   234   void print();
   235   void print_value();
   235   void print_value();
   238   // return the print strings
   238   // return the print strings
   239   char* print_string();
   239   char* print_string();
   240   char* print_value_string();
   240   char* print_value_string();
   241 
   241 
   242   // verification operations
   242   // verification operations
   243   void verify_on(outputStream* st);
   243   static void verify_on(outputStream* st, oopDesc* oop_desc);
   244   void verify();
   244   static void verify(oopDesc* oopDesc);
   245 
   245 
   246   // locking operations
   246   // locking operations
   247   inline bool is_locked()   const;
   247   inline bool is_locked()   const;
   248   inline bool is_unlocked() const;
   248   inline bool is_unlocked() const;
   249   inline bool has_bias_pattern() const;
   249   inline bool has_bias_pattern() const;