src/hotspot/cpu/x86/assembler_x86.hpp
changeset 59122 5d73255c2d52
parent 59051 f0312c7d5b37
equal deleted inserted replaced
59121:7cbffba2156b 59122:5d73255c2d52
    24 
    24 
    25 #ifndef CPU_X86_ASSEMBLER_X86_HPP
    25 #ifndef CPU_X86_ASSEMBLER_X86_HPP
    26 #define CPU_X86_ASSEMBLER_X86_HPP
    26 #define CPU_X86_ASSEMBLER_X86_HPP
    27 
    27 
    28 #include "asm/register.hpp"
    28 #include "asm/register.hpp"
    29 #include "vm_version_x86.hpp"
    29 #include "runtime/vm_version.hpp"
    30 
    30 
    31 class BiasedLockingCounters;
    31 class BiasedLockingCounters;
    32 
    32 
    33 // Contains all the definitions needed for x86 assembly code generation.
    33 // Contains all the definitions needed for x86 assembly code generation.
    34 
    34