< prev index next >

src/share/vm/oops/constMethod.hpp

Print this page

        

*** 24,33 **** --- 24,34 ---- #ifndef SHARE_VM_OOPS_CONSTMETHODOOP_HPP #define SHARE_VM_OOPS_CONSTMETHODOOP_HPP #include "oops/oop.hpp" + #include "utilities/align.hpp" // An ConstMethod represents portions of a Java method which are not written to after // the classfile is parsed(*see below). This part of the method can be shared across // processes in a read-only section with Class Data Sharing (CDS). It's important // that this class doesn't have virtual functions because the vptr cannot be shared
< prev index next >