hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp
changeset 26576 a9429d24d429
parent 24424 2658d7834c6e
child 27677 b1997f2f1b56
child 27476 6ac67737d359
equal deleted inserted replaced
26441:fb92944bb02d 26576:a9429d24d429
   928   __asm__ volatile("call *%0" : : "r"(codebuf));
   928   __asm__ volatile("call *%0" : : "r"(codebuf));
   929 
   929 
   930   // keep the page mapped so CS limit isn't reduced.
   930   // keep the page mapped so CS limit isn't reduced.
   931 #endif
   931 #endif
   932 }
   932 }
       
   933 
       
   934 int os::extra_bang_size_in_bytes() {
       
   935   // JDK-8050147 requires the full cache line bang for x86.
       
   936   return VM_Version::L1_line_size();
       
   937 }