mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-03 17:22:35 +00:00
8349180: Remove redundant initialization in ciField constructor
Reviewed-by: chagedorn
This commit is contained in:
parent
013fda1dad
commit
ff05d97953
@ -102,8 +102,6 @@ ciField::ciField(ciInstanceKlass* klass, int index, Bytecodes::Code bc) :
|
||||
_type = ciType::make(field_type);
|
||||
}
|
||||
|
||||
_name = (ciSymbol*)ciEnv::current(THREAD)->get_symbol(name);
|
||||
|
||||
// Get the field's declared holder.
|
||||
//
|
||||
// Note: we actually create a ciInstanceKlass for this klass,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user