< prev index next >

src/share/vm/oops/instanceKlass.cpp

Print this page




  57 #include "runtime/fieldDescriptor.hpp"
  58 #include "runtime/handles.inline.hpp"
  59 #include "runtime/javaCalls.hpp"
  60 #include "runtime/mutexLocker.hpp"
  61 #include "runtime/orderAccess.inline.hpp"
  62 #include "runtime/thread.inline.hpp"
  63 #include "services/classLoadingService.hpp"
  64 #include "services/threadService.hpp"
  65 #include "utilities/dtrace.hpp"
  66 #include "utilities/macros.hpp"
  67 #if INCLUDE_ALL_GCS
  68 #include "gc_implementation/concurrentMarkSweep/cmsOopClosures.inline.hpp"
  69 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
  70 #include "gc_implementation/g1/g1OopClosures.inline.hpp"
  71 #include "gc_implementation/g1/g1RemSet.inline.hpp"
  72 #include "gc_implementation/g1/heapRegionManager.inline.hpp"
  73 #include "gc_implementation/parNew/parOopClosures.inline.hpp"
  74 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.inline.hpp"
  75 #include "gc_implementation/parallelScavenge/psPromotionManager.inline.hpp"
  76 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
  77 #include "oops/oop.pcgc.inline.hpp"
  78 #endif // INCLUDE_ALL_GCS
  79 #ifdef COMPILER1
  80 #include "c1/c1_Compiler.hpp"
  81 #endif
  82 
  83 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
  84 
  85 #ifdef DTRACE_ENABLED
  86 
  87 
  88 #define HOTSPOT_CLASS_INITIALIZATION_required HOTSPOT_CLASS_INITIALIZATION_REQUIRED
  89 #define HOTSPOT_CLASS_INITIALIZATION_recursive HOTSPOT_CLASS_INITIALIZATION_RECURSIVE
  90 #define HOTSPOT_CLASS_INITIALIZATION_concurrent HOTSPOT_CLASS_INITIALIZATION_CONCURRENT
  91 #define HOTSPOT_CLASS_INITIALIZATION_erroneous HOTSPOT_CLASS_INITIALIZATION_ERRONEOUS
  92 #define HOTSPOT_CLASS_INITIALIZATION_super__failed HOTSPOT_CLASS_INITIALIZATION_SUPER_FAILED
  93 #define HOTSPOT_CLASS_INITIALIZATION_clinit HOTSPOT_CLASS_INITIALIZATION_CLINIT
  94 #define HOTSPOT_CLASS_INITIALIZATION_error HOTSPOT_CLASS_INITIALIZATION_ERROR
  95 #define HOTSPOT_CLASS_INITIALIZATION_end HOTSPOT_CLASS_INITIALIZATION_END
  96 #define DTRACE_CLASSINIT_PROBE(type, clss, thread_type)          \
  97   {                                                              \




  57 #include "runtime/fieldDescriptor.hpp"
  58 #include "runtime/handles.inline.hpp"
  59 #include "runtime/javaCalls.hpp"
  60 #include "runtime/mutexLocker.hpp"
  61 #include "runtime/orderAccess.inline.hpp"
  62 #include "runtime/thread.inline.hpp"
  63 #include "services/classLoadingService.hpp"
  64 #include "services/threadService.hpp"
  65 #include "utilities/dtrace.hpp"
  66 #include "utilities/macros.hpp"
  67 #if INCLUDE_ALL_GCS
  68 #include "gc_implementation/concurrentMarkSweep/cmsOopClosures.inline.hpp"
  69 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
  70 #include "gc_implementation/g1/g1OopClosures.inline.hpp"
  71 #include "gc_implementation/g1/g1RemSet.inline.hpp"
  72 #include "gc_implementation/g1/heapRegionManager.inline.hpp"
  73 #include "gc_implementation/parNew/parOopClosures.inline.hpp"
  74 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.inline.hpp"
  75 #include "gc_implementation/parallelScavenge/psPromotionManager.inline.hpp"
  76 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"

  77 #endif // INCLUDE_ALL_GCS
  78 #ifdef COMPILER1
  79 #include "c1/c1_Compiler.hpp"
  80 #endif
  81 
  82 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
  83 
  84 #ifdef DTRACE_ENABLED
  85 
  86 
  87 #define HOTSPOT_CLASS_INITIALIZATION_required HOTSPOT_CLASS_INITIALIZATION_REQUIRED
  88 #define HOTSPOT_CLASS_INITIALIZATION_recursive HOTSPOT_CLASS_INITIALIZATION_RECURSIVE
  89 #define HOTSPOT_CLASS_INITIALIZATION_concurrent HOTSPOT_CLASS_INITIALIZATION_CONCURRENT
  90 #define HOTSPOT_CLASS_INITIALIZATION_erroneous HOTSPOT_CLASS_INITIALIZATION_ERRONEOUS
  91 #define HOTSPOT_CLASS_INITIALIZATION_super__failed HOTSPOT_CLASS_INITIALIZATION_SUPER_FAILED
  92 #define HOTSPOT_CLASS_INITIALIZATION_clinit HOTSPOT_CLASS_INITIALIZATION_CLINIT
  93 #define HOTSPOT_CLASS_INITIALIZATION_error HOTSPOT_CLASS_INITIALIZATION_ERROR
  94 #define HOTSPOT_CLASS_INITIALIZATION_end HOTSPOT_CLASS_INITIALIZATION_END
  95 #define DTRACE_CLASSINIT_PROBE(type, clss, thread_type)          \
  96   {                                                              \


< prev index next >