src/hotspot/share/runtime/fieldDescriptor.inline.hpp
changeset 59056 15936b142f86
parent 58928 707825662286
--- a/src/hotspot/share/runtime/fieldDescriptor.inline.hpp	Wed Nov 13 11:27:50 2019 +0000
+++ b/src/hotspot/share/runtime/fieldDescriptor.inline.hpp	Wed Nov 13 08:23:23 2019 -0500
@@ -31,11 +31,11 @@
 // must be put in this file, as they require runtime/handles.inline.hpp.
 
 inline Symbol* fieldDescriptor::name() const {
-  return field()->name(_cp);
+  return field()->name(_cp());
 }
 
 inline Symbol* fieldDescriptor::signature() const {
-  return field()->signature(_cp);
+  return field()->signature(_cp());
 }
 
 inline InstanceKlass* fieldDescriptor::field_holder() const {