8258653: CallJavaNode::_bci is not in use

Reviewed-by: kvn, vlivanov
This commit is contained in:
Xin Liu 2020-12-21 23:27:33 +00:00 committed by Vladimir Ivanov
parent 12297a00ef
commit 30b9ff660f
14 changed files with 20 additions and 30 deletions

View file

@ -960,7 +960,6 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
c2_nonstatic_field(CallStaticJavaNode, _name, const char*) \
\
c2_nonstatic_field(MachCallJavaNode, _method, ciMethod*) \
c2_nonstatic_field(MachCallJavaNode, _bci, int) \
\
c2_nonstatic_field(MachCallStaticJavaNode, _name, const char*) \
\