src/hotspot/share/oops/instanceKlass.hpp
changeset 53244 9807daeb47c4
parent 53232 32c6cc430526
child 53884 1a7b57d02107
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_OOPS_INSTANCEKLASS_HPP
    25 #ifndef SHARE_OOPS_INSTANCEKLASS_HPP
    26 #define SHARE_VM_OOPS_INSTANCEKLASS_HPP
    26 #define SHARE_OOPS_INSTANCEKLASS_HPP
    27 
    27 
    28 #include "classfile/classLoader.hpp"
    28 #include "classfile/classLoader.hpp"
    29 #include "classfile/classLoaderData.hpp"
    29 #include "classfile/classLoaderData.hpp"
    30 #include "classfile/moduleEntry.hpp"
    30 #include "classfile/moduleEntry.hpp"
    31 #include "classfile/packageEntry.hpp"
    31 #include "classfile/packageEntry.hpp"
  1468     return _inner_classes->at(
  1468     return _inner_classes->at(
  1469                _idx + InstanceKlass::inner_class_access_flags_offset);
  1469                _idx + InstanceKlass::inner_class_access_flags_offset);
  1470   }
  1470   }
  1471 };
  1471 };
  1472 
  1472 
  1473 #endif // SHARE_VM_OOPS_INSTANCEKLASS_HPP
  1473 #endif // SHARE_OOPS_INSTANCEKLASS_HPP