src/hotspot/cpu/x86/rdtsc_x86.cpp
changeset 59290 97d13893ec3c
parent 58095 adc72cd1d1f2
equal deleted inserted replaced
59289:c887851da33d 59290:97d13893ec3c
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "rdtsc_x86.hpp"
    26 #include "rdtsc_x86.hpp"
       
    27 #include "runtime/orderAccess.hpp"
    27 #include "runtime/thread.inline.hpp"
    28 #include "runtime/thread.inline.hpp"
    28 #include "vm_version_ext_x86.hpp"
    29 #include "vm_version_ext_x86.hpp"
    29 
    30 
    30 // The following header contains the implementations of rdtsc()
    31 // The following header contains the implementations of rdtsc()
    31 #include OS_CPU_HEADER_INLINE(os)
    32 #include OS_CPU_HEADER_INLINE(os)