hotspot/src/share/vm/services/classLoadingService.hpp
changeset 15482 470d0b0c09f1
parent 14488 ab48109f7d1b
child 22234 da823d78ad65
equal deleted inserted replaced
15224:0f9e3436040d 15482:470d0b0c09f1
    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 {