Searched defs:Prefetch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dprefetch.hpp31 // such that if Prefetch{Scan,Copy}Interval and/or PrefetchFieldInterval
36 class Prefetch : AllStatic { class in inherits:AllStatic
44 // Prefetch anticipating read; must not fault, semantically a no-op
47 // Prefetch anticipating write; must not fault, semantically a no-op

Completed in 37 milliseconds