diff --git a/src/hotspot/share/interpreter/interpreter.hpp b/src/hotspot/share/interpreter/interpreter.hpp index ac89b7b2ad0..2e1333b08b5 100644 --- a/src/hotspot/share/interpreter/interpreter.hpp +++ b/src/hotspot/share/interpreter/interpreter.hpp @@ -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