< prev index next >

src/hotspot/cpu/aarch64/globals_aarch64.hpp

Print this page

        

*** 162,171 **** range(1, max_jint) \ product(bool, TraceTraps, false, "Trace all traps the signal handler")\ product(int, SoftwarePrefetchHintDistance, -1, \ "Use prfm hint with specified distance in compiled code." \ "Value -1 means off.") \ ! range(-1, 32760) #endif #endif // CPU_AARCH64_VM_GLOBALS_AARCH64_HPP --- 162,171 ---- range(1, max_jint) \ product(bool, TraceTraps, false, "Trace all traps the signal handler")\ product(int, SoftwarePrefetchHintDistance, -1, \ "Use prfm hint with specified distance in compiled code." \ "Value -1 means off.") \ ! range(-1, 4096) #endif #endif // CPU_AARCH64_VM_GLOBALS_AARCH64_HPP
< prev index next >