comparison src/share/vm/services/classLoadingService.hpp @ 8001:db9981fd3124

8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
author jprovino
date Wed, 23 Jan 2013 13:02:39 -0500
parents 070d523b96a7
children de6a9e811145
comparison
equal deleted inserted replaced
7619:46e60405583b 8001: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 {