Skip to content

Commit

Permalink
Backport 61698bd137fc8ffad6a63b57b73df699712527b9
Browse files Browse the repository at this point in the history
  • Loading branch information
dchuyko committed Nov 10, 2022
1 parent 996c0e9 commit e1a7eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hotspot/share/interpreter/interpreter.hpp
Expand Up @@ -46,10 +46,10 @@ class InterpreterCodelet: public Stub {
friend class VMStructs;
friend class CodeCacheDumper; // possible extension [do not remove]
private:
int _size; // the size in bytes
const char* _description; // a description of the codelet, for debugging & printing
Bytecodes::Code _bytecode; // associated bytecode if any
NOT_PRODUCT(CodeStrings _strings;) // Comments for annotating assembler output.
const char* _description; // A description of the codelet, for debugging & printing
int _size; // The codelet size in bytes
Bytecodes::Code _bytecode; // Associated bytecode, if any

public:
// Initialization/finalization
Expand Down

0 comments on commit e1a7eef

Please sign in to comment.