< prev index next >

src/hotspot/os_cpu/linux_x86/os_linux_x86.hpp

Print this page

        

*** 25,34 **** --- 25,35 ---- #ifndef OS_CPU_LINUX_X86_OS_LINUX_X86_HPP #define OS_CPU_LINUX_X86_OS_LINUX_X86_HPP static void setup_fpu(); static bool supports_sse(); + static juint cpu_microcode_revision(); static jlong rdtsc(); static bool is_allocatable(size_t bytes);
< prev index next >