src/hotspot/share/runtime/park.cpp
changeset 48157 7c4d43c26352
parent 47216 71c04702a3d5
child 57751 7284b00e6db3
equal deleted inserted replaced
48156:a8f9aac3c2e5 48157:7c4d43c26352
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
       
    26 #include "memory/allocation.inline.hpp"
    26 #include "runtime/thread.hpp"
    27 #include "runtime/thread.hpp"
    27 
       
    28 
       
    29 
    28 
    30 // Lifecycle management for TSM ParkEvents.
    29 // Lifecycle management for TSM ParkEvents.
    31 // ParkEvents are type-stable (TSM).
    30 // ParkEvents are type-stable (TSM).
    32 // In our particular implementation they happen to be immortal.
    31 // In our particular implementation they happen to be immortal.
    33 //
    32 //