< prev index next >

src/hotspot/share/ci/ciField.cpp

Print this page

        

@@ -84,11 +84,11 @@
   int nt_index = cpool->name_and_type_ref_index_at(index);
   int sig_index = cpool->signature_ref_index_at(nt_index);
   Symbol* signature = cpool->symbol_at(sig_index);
   _signature = ciEnv::current(THREAD)->get_symbol(signature);
 
-  BasicType field_type = FieldType::basic_type(signature);
+  BasicType field_type = Signature::basic_type(signature);
 
   // If the field is a pointer type, get the klass of the
   // field.
   if (is_reference_type(field_type)) {
     bool ignore;
< prev index next >