8042737: Introduce umbrella header prefetch.inline.hpp

Reviewed-by: twisti, stefank
This commit is contained in:
Goetz Lindenmaier 2014-05-08 15:37:17 +02:00
parent 5ec44ad8e9
commit fb62773268
20 changed files with 351 additions and 348 deletions

View file

@ -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.