comparison src/share/vm/services/classLoadingService.hpp @ 8002:8391fdd36e1f

Merge
author dlong
date Sun, 27 Jan 2013 01:07:09 -0800
parents db9981fd3124
children de6a9e811145
comparison
equal deleted inserted replaced
7946:6fbe8a57549d 8002:8391fdd36e1f
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 {