8219214: Infinite Loop in CodeSection::dump()

Reviewed-by: kvn, thartmann
This commit is contained in:
Lutz Schmidt 2019-03-06 12:14:47 +01:00
parent d569301f4e
commit 97807df5ba
2 changed files with 1 additions and 40 deletions

View file

@ -240,7 +240,6 @@ class CodeSection {
#ifndef PRODUCT
void decode();
void dump();
void print(const char* name);
#endif //PRODUCT
};
@ -649,8 +648,6 @@ class CodeBuffer: public StackObj {
// 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