< prev index next >

src/hotspot/share/runtime/fieldDescriptor.inline.hpp

Print this page

        

*** 77,82 **** --- 77,85 ---- inline BasicType fieldDescriptor::field_type() const { return FieldType::basic_type(signature()); } + inline bool fieldDescriptor::is_flattened() const { return field()->is_flattened(); } + inline bool fieldDescriptor::is_flattenable() const { return field()->is_flattenable(); } + #endif // SHARE_RUNTIME_FIELDDESCRIPTOR_INLINE_HPP \ No newline at end of file
< prev index next >