mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8258653: CallJavaNode::_bci is not in use
Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
12297a00ef
commit
30b9ff660f
14 changed files with 20 additions and 30 deletions
|
@ -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*) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue