comparison src/share/vm/classfile/stackMapFrame.hpp @ 6725:da91efe96a93

6964458: Reimplement class meta-data storage to use native memory Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: jmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
author coleenp
date Sat, 01 Sep 2012 13:25:18 -0400
parents 4ee06e614636
children ab826603e572
comparison
equal deleted inserted replaced
6724:36d1d483d5d6 6725:da91efe96a93
25 #ifndef SHARE_VM_CLASSFILE_STACKMAPFRAME_HPP 25 #ifndef SHARE_VM_CLASSFILE_STACKMAPFRAME_HPP
26 #define SHARE_VM_CLASSFILE_STACKMAPFRAME_HPP 26 #define SHARE_VM_CLASSFILE_STACKMAPFRAME_HPP
27 27
28 #include "classfile/verificationType.hpp" 28 #include "classfile/verificationType.hpp"
29 #include "classfile/verifier.hpp" 29 #include "classfile/verifier.hpp"
30 #include "oops/methodOop.hpp" 30 #include "oops/method.hpp"
31 #include "runtime/handles.hpp" 31 #include "runtime/handles.hpp"
32 #include "runtime/signature.hpp" 32 #include "runtime/signature.hpp"
33 #include "utilities/exceptions.hpp" 33 #include "utilities/exceptions.hpp"
34 34
35 // A StackMapFrame represents one frame in the stack map attribute. 35 // A StackMapFrame represents one frame in the stack map attribute.