comparison src/share/vm/services/classLoadingService.cpp @ 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 fb19af007ffc
children 190899198332 72b7e96c1922
comparison
equal deleted inserted replaced
7619:46e60405583b 8001:db9981fd3124
29 #include "oops/oop.inline.hpp" 29 #include "oops/oop.inline.hpp"
30 #include "runtime/mutexLocker.hpp" 30 #include "runtime/mutexLocker.hpp"
31 #include "services/classLoadingService.hpp" 31 #include "services/classLoadingService.hpp"
32 #include "services/memoryService.hpp" 32 #include "services/memoryService.hpp"
33 #include "utilities/dtrace.hpp" 33 #include "utilities/dtrace.hpp"
34 #include "utilities/macros.hpp"
34 35
35 #ifdef DTRACE_ENABLED 36 #ifdef DTRACE_ENABLED
36 37
37 // Only bother with this argument setup if dtrace is available 38 // Only bother with this argument setup if dtrace is available
38 39