Skip to content

Commit ff05d97

Browse files
marc-chevalierchhagedorn
authored andcommitted
8349180: Remove redundant initialization in ciField constructor
Reviewed-by: chagedorn
1 parent 013fda1 commit ff05d97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hotspot/share/ci/ciField.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ ciField::ciField(ciInstanceKlass* klass, int index, Bytecodes::Code bc) :
102102
_type = ciType::make(field_type);
103103
}
104104

105-
_name = (ciSymbol*)ciEnv::current(THREAD)->get_symbol(name);
106-
107105
// Get the field's declared holder.
108106
//
109107
// Note: we actually create a ciInstanceKlass for this klass,

0 commit comments

Comments
 (0)