diff --git a/src/hotspot/share/asm/codeBuffer.cpp b/src/hotspot/share/asm/codeBuffer.cpp index 5b1e113f15d..4bc33cc89a6 100644 --- a/src/hotspot/share/asm/codeBuffer.cpp +++ b/src/hotspot/share/asm/codeBuffer.cpp @@ -66,7 +66,11 @@ // The structure of the CodeBuffer while code is being accumulated: // // _total_start -> \ -// _insts._start -> +----------------+ +// _consts._start -> +----------------+ +// | | +// | Constants | +// | | +// _insts._start -> |----------------| // | | // | Code | // | | @@ -74,10 +78,6 @@ // | | // | Stubs | (also handlers for deopt/exception) // | | -// _consts._start -> |----------------| -// | | -// | Constants | -// | | // +----------------+ // + _total_size -> | | //