< prev index next >

src/hotspot/cpu/aarch64/globals_aarch64.hpp

Print this page
rev 54117 : AArch64: 64-bit Literal Oops

*** 160,169 **** 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_GLOBALS_AARCH64_HPP --- 160,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) \ ! experimental(bool, Use64BitLiteralAddresses, false, \ ! "Use 64 bit literal addresses instead of 48 bit.") #endif #endif // CPU_AARCH64_GLOBALS_AARCH64_HPP
< prev index next >