hotspot/src/share/vm/memory/resourceArea.hpp
changeset 37456 bf26e0f4235f
parent 34633 2a6c7c7b30a7
equal deleted inserted replaced
37455:0ead2c64bfde 37456:bf26e0f4235f
    24 
    24 
    25 #ifndef SHARE_VM_MEMORY_RESOURCEAREA_HPP
    25 #ifndef SHARE_VM_MEMORY_RESOURCEAREA_HPP
    26 #define SHARE_VM_MEMORY_RESOURCEAREA_HPP
    26 #define SHARE_VM_MEMORY_RESOURCEAREA_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "runtime/thread.inline.hpp"
    29 #include "runtime/thread.hpp"
    30 
    30 
    31 // The resource area holds temporary data structures in the VM.
    31 // The resource area holds temporary data structures in the VM.
    32 // The actual allocation areas are thread local. Typical usage:
    32 // The actual allocation areas are thread local. Typical usage:
    33 //
    33 //
    34 //   ...
    34 //   ...