hotspot/src/cpu/x86/vm/vm_version_x86.hpp
changeset 10267 8bdeec886dc4
parent 10010 72de7c910672
child 10278 e656a9aae10d
--- a/hotspot/src/cpu/x86/vm/vm_version_x86.hpp	Tue Aug 16 11:53:57 2011 -0700
+++ b/hotspot/src/cpu/x86/vm/vm_version_x86.hpp	Tue Aug 16 16:59:46 2011 -0700
@@ -419,7 +419,7 @@
     return result;
   }
 
-  static intx L1_data_cache_line_size()  {
+  static intx prefetch_data_size()  {
     intx result = 0;
     if (is_intel()) {
       result = (_cpuid_info.dcp_cpuid4_ebx.bits.L1_line_size + 1);