mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
8219214: Infinite Loop in CodeSection::dump()
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
d569301f4e
commit
97807df5ba
2 changed files with 1 additions and 40 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue