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

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