< prev index next >

src/hotspot/share/asm/codeBuffer.hpp

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

@@ -238,11 +238,10 @@
   // 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;

@@ -647,12 +646,10 @@
 #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
< prev index next >