< prev index next >

src/hotspot/os_cpu/windows_x86/os_windows_x86.hpp

Print this page

        

*** 57,66 **** --- 57,67 ---- static int64_t atomic_add_long_bootstrap (int64_t, volatile int64_t*); #endif // AMD64 static void setup_fpu(); static bool supports_sse() { return true; } + static juint cpu_microcode_revision(); static jlong rdtsc(); static bool register_code_area(char *low, char *high);
< prev index next >