< prev index next >

src/hotspot/cpu/x86/assembler_x86.hpp

Print this page
rev 56924 : 8233787: Break cycle in vm_version* includes
Reviewed-by:

*** 24,34 **** #ifndef CPU_X86_ASSEMBLER_X86_HPP #define CPU_X86_ASSEMBLER_X86_HPP #include "asm/register.hpp" ! #include "vm_version_x86.hpp" class BiasedLockingCounters; // Contains all the definitions needed for x86 assembly code generation. --- 24,34 ---- #ifndef CPU_X86_ASSEMBLER_X86_HPP #define CPU_X86_ASSEMBLER_X86_HPP #include "asm/register.hpp" ! #include "runtime/vm_version.hpp" class BiasedLockingCounters; // Contains all the definitions needed for x86 assembly code generation.
< prev index next >