mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8042737: Introduce umbrella header prefetch.inline.hpp
Reviewed-by: twisti, stefank
This commit is contained in:
parent
5ec44ad8e9
commit
fb62773268
20 changed files with 351 additions and 348 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue