hotspot/src/share/vm/asm/codeBuffer.hpp
changeset 13887 89b873bcc55b
parent 13728 882756847a04
child 14625 b02f361c324e
equal deleted inserted replaced
13886:8d82c4dfa722 13887:89b873bcc55b
   251     _comments = NULL;
   251     _comments = NULL;
   252 #endif
   252 #endif
   253   }
   253   }
   254 
   254 
   255   void add_comment(intptr_t offset, const char * comment) PRODUCT_RETURN;
   255   void add_comment(intptr_t offset, const char * comment) PRODUCT_RETURN;
   256   void print_block_comment(outputStream* stream, intptr_t offset)  PRODUCT_RETURN;
   256   void print_block_comment(outputStream* stream, intptr_t offset) const PRODUCT_RETURN;
   257   void assign(CodeComments& other)  PRODUCT_RETURN;
   257   void assign(CodeComments& other)  PRODUCT_RETURN;
   258   void free() PRODUCT_RETURN;
   258   void free() PRODUCT_RETURN;
   259 };
   259 };
   260 
   260 
   261 
   261