< prev index next >

src/hotspot/os_cpu/bsd_x86/os_bsd_x86.hpp

Print this page

        

@@ -25,10 +25,11 @@
 #ifndef OS_CPU_BSD_X86_OS_BSD_X86_HPP
 #define OS_CPU_BSD_X86_OS_BSD_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 >