< prev index next >

src/hotspot/share/asm/codeBuffer.hpp

Print this page
rev 53988 : 8219214: Infinite Loop in CodeSection::dump()
Reviewed-by:

*** 238,248 **** // Return true if there was an expansion. bool maybe_expand_to_ensure_remaining(csize_t amount); #ifndef PRODUCT void decode(); - void dump(); void print(const char* name); #endif //PRODUCT }; class CodeString; --- 238,247 ----
*** 647,658 **** #ifndef PRODUCT public: // Printing / Decoding // decodes from decode_begin() to code_end() and sets decode_begin to end void decode(); - void decode_all(); // decodes all the code - void skip_decode(); // sets decode_begin to code_end(); void print(); #endif // The following header contains architecture-specific implementations --- 646,655 ----
< prev index next >