src/share/vm/services/classLoadingService.hpp

changeset 4542
db9981fd3124
parent 4278
070d523b96a7
child 6198
55fb97c4c58d
equal deleted inserted replaced
4461:46e60405583b 4542:db9981fd3124
26 #define SHARE_VM_SERVICES_CLASSLOADINGSERVICE_HPP 26 #define SHARE_VM_SERVICES_CLASSLOADINGSERVICE_HPP
27 27
28 #include "runtime/handles.hpp" 28 #include "runtime/handles.hpp"
29 #include "runtime/perfData.hpp" 29 #include "runtime/perfData.hpp"
30 #include "utilities/growableArray.hpp" 30 #include "utilities/growableArray.hpp"
31 #include "utilities/macros.hpp"
31 32
32 class InstanceKlass; 33 class InstanceKlass;
33 34
34 // VM monitoring and management support for the Class Loading subsystem 35 // VM monitoring and management support for the Class Loading subsystem
35 class ClassLoadingService : public AllStatic { 36 class ClassLoadingService : public AllStatic {

mercurial