mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8259583: Remove unused decode_env::_codeBuffer
Reviewed-by: thartmann
This commit is contained in:
parent
9d4e84fd41
commit
46637047bf
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ static const char decode_instructions_virtual_name[] = "decode_instructions_virt
|
||||||
class decode_env {
|
class decode_env {
|
||||||
private:
|
private:
|
||||||
outputStream* _output; // where the disassembly is directed to
|
outputStream* _output; // where the disassembly is directed to
|
||||||
CodeBuffer* _codeBuffer; // != NULL only when decoding a CodeBuffer
|
|
||||||
CodeBlob* _codeBlob; // != NULL only when decoding a CodeBlob
|
CodeBlob* _codeBlob; // != NULL only when decoding a CodeBlob
|
||||||
nmethod* _nm; // != NULL only when decoding a nmethod
|
nmethod* _nm; // != NULL only when decoding a nmethod
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue