diff src/os/solaris/vm/thread_solaris.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 ca3c6538bcec
line wrap: on
line diff
--- a/src/os/solaris/vm/thread_solaris.inline.hpp	Tue Apr 29 15:17:27 2014 +0200
+++ b/src/os/solaris/vm/thread_solaris.inline.hpp	Thu May 08 15:37:17 2014 +0200
@@ -30,15 +30,8 @@
 #endif
 
 #include "runtime/atomic.inline.hpp"
-#include "runtime/prefetch.hpp"
 #include "runtime/thread.hpp"
 #include "runtime/threadLocalStorage.hpp"
-#ifdef TARGET_OS_ARCH_solaris_x86
-# include "prefetch_solaris_x86.inline.hpp"
-#endif
-#ifdef TARGET_OS_ARCH_solaris_sparc
-# include "prefetch_solaris_sparc.inline.hpp"
-#endif
 
 // Thread::current is "hot" it's called > 128K times in the 1st 500 msecs of
 // startup.