< prev index next >

src/share/vm/ci/ciValueKlass.hpp

Print this page
rev 10513 : reviews

@@ -52,8 +52,10 @@
   int       get_field_count() { return nof_nonstatic_fields(); }
   int       get_field_index_by_offset(int offset);
   int       get_field_offset_by_index(int index) const;
   ciType*   get_field_type_by_index(int index);
   int       get_first_field_offset() const;
+
+  int extra_value_args();
 };
 
 #endif // SHARE_VM_CI_CIVALUEKLASS_HPP
< prev index next >