8259583: Remove unused decode_env::_codeBuffer
Reviewed-by: thartmann
This commit is contained in:
parent
9d4e84fd41
commit
46637047bf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user