hotspot/src/share/vm/gc/shared/allocTracer.hpp
changeset 35227 176e593eb364
parent 35191 da47979837b4
child 46329 53ccc37bda19
equal deleted inserted replaced
35226:4aee3c29fc2d 35227:176e593eb364
    30 
    30 
    31 class AllocTracer : AllStatic {
    31 class AllocTracer : AllStatic {
    32   public:
    32   public:
    33     static void send_allocation_outside_tlab_event(KlassHandle klass, size_t alloc_size);
    33     static void send_allocation_outside_tlab_event(KlassHandle klass, size_t alloc_size);
    34     static void send_allocation_in_new_tlab_event(KlassHandle klass, size_t tlab_size, size_t alloc_size);
    34     static void send_allocation_in_new_tlab_event(KlassHandle klass, size_t tlab_size, size_t alloc_size);
       
    35     static void send_allocation_requiring_gc_event(size_t size, uint gcId);
    35 };
    36 };
    36 
    37 
    37 #endif // SHARE_VM_GC_SHARED_ALLOCTRACER_HPP
    38 #endif // SHARE_VM_GC_SHARED_ALLOCTRACER_HPP