diff src/os/windows/vm/thread_windows.inline.hpp @ 20198:c49dcaf78a65

8042737: Introduce umbrella header prefetch.inline.hpp Reviewed-by: twisti, stefank
author goetz
date Thu, 08 May 2014 15:37:17 +0200
parents ce8f6bb717c9
children
line wrap: on
line diff
--- a/src/os/windows/vm/thread_windows.inline.hpp	Tue Apr 29 15:17:27 2014 +0200
+++ b/src/os/windows/vm/thread_windows.inline.hpp	Thu May 08 15:37:17 2014 +0200
@@ -29,12 +29,8 @@
 #error "This file should only be included from thread.inline.hpp"
 #endif
 
-#include "runtime/prefetch.hpp"
 #include "runtime/thread.hpp"
 #include "runtime/threadLocalStorage.hpp"
-#ifdef TARGET_OS_ARCH_windows_x86
-# include "prefetch_windows_x86.inline.hpp"
-#endif
 
 // Contains inlined functions for class Thread and ThreadLocalStorage