comparison src/share/vm/oops/instanceKlass.hpp @ 10405:f2110083203d

8005849: JEP 167: Event-Based JVM Tracing Reviewed-by: acorn, coleenp, sla Contributed-by: Karen Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
author sla
date Mon, 10 Jun 2013 11:30:51 +0200
parents b7fa10a3a69a
children 836a62f43af9 e0c9a1d29eb4
comparison
equal deleted inserted replaced
10404:d0add7016434 10405:f2110083203d
24 24
25 #ifndef SHARE_VM_OOPS_INSTANCEKLASS_HPP 25 #ifndef SHARE_VM_OOPS_INSTANCEKLASS_HPP
26 #define SHARE_VM_OOPS_INSTANCEKLASS_HPP 26 #define SHARE_VM_OOPS_INSTANCEKLASS_HPP
27 27
28 #include "classfile/classLoaderData.hpp" 28 #include "classfile/classLoaderData.hpp"
29 #include "memory/referenceType.hpp"
29 #include "oops/annotations.hpp" 30 #include "oops/annotations.hpp"
30 #include "oops/constMethod.hpp" 31 #include "oops/constMethod.hpp"
31 #include "oops/fieldInfo.hpp" 32 #include "oops/fieldInfo.hpp"
32 #include "oops/instanceOop.hpp" 33 #include "oops/instanceOop.hpp"
33 #include "oops/klassVtable.hpp" 34 #include "oops/klassVtable.hpp"
35 #include "runtime/handles.hpp" 36 #include "runtime/handles.hpp"
36 #include "runtime/os.hpp" 37 #include "runtime/os.hpp"
37 #include "utilities/accessFlags.hpp" 38 #include "utilities/accessFlags.hpp"
38 #include "utilities/bitMap.inline.hpp" 39 #include "utilities/bitMap.inline.hpp"
39 #include "utilities/macros.hpp" 40 #include "utilities/macros.hpp"
41 #include "trace/traceMacros.hpp"
40 42
41 // An InstanceKlass is the VM level representation of a Java class. 43 // An InstanceKlass is the VM level representation of a Java class.
42 // It contains all information needed for at class at execution runtime. 44 // It contains all information needed for at class at execution runtime.
43 45
44 // InstanceKlass layout: 46 // InstanceKlass layout: