< prev index next >

src/share/vm/oops/method.hpp

Print this page

        

*** 35,44 **** --- 35,45 ---- #include "oops/methodCounters.hpp" #include "oops/instanceKlass.hpp" #include "oops/oop.hpp" #include "oops/typeArrayOop.hpp" #include "utilities/accessFlags.hpp" + #include "utilities/align.hpp" #include "utilities/growableArray.hpp" // A Method represents a Java method. // // Note that most applications load thousands of methods, so keeping the size of this
< prev index next >