8259583: Remove unused decode_env::_codeBuffer

Reviewed-by: thartmann
This commit is contained in:
Aleksey Shipilev 2021-01-12 07:58:12 +00:00
parent 9d4e84fd41
commit 46637047bf

View File

@ -57,7 +57,6 @@ static const char decode_instructions_virtual_name[] = "decode_instructions_virt
class decode_env {
private:
outputStream* _output; // where the disassembly is directed to
CodeBuffer* _codeBuffer; // != NULL only when decoding a CodeBuffer
CodeBlob* _codeBlob; // != NULL only when decoding a CodeBlob
nmethod* _nm; // != NULL only when decoding a nmethod