< prev index next >

src/cpu/aarch64/vm/globals_aarch64.hpp

Print this page
rev 8558 : 8129584: Fix required for aarch64 after 8122937
Summary: The fix for 8122937 omitted cpu/aarch64 changes required by src/share fixes
Reviewed-by:

*** 82,92 **** define_pd_global(intx, InlineSmallCode, 1000); #endif #ifdef BUILTIN_SIM #define UseBuiltinSim true ! #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ \ product(bool, NotifySimulator, UseBuiltinSim, \ "tell the AArch64 sim where we are in method code") \ \ product(bool, UseSimulatorCache, false, \ --- 82,92 ---- define_pd_global(intx, InlineSmallCode, 1000); #endif #ifdef BUILTIN_SIM #define UseBuiltinSim true ! #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \ \ product(bool, NotifySimulator, UseBuiltinSim, \ "tell the AArch64 sim where we are in method code") \ \ product(bool, UseSimulatorCache, false, \
*** 110,120 **** #else #define UseBuiltinSim false #define NotifySimulator false #define UseSimulatorCache false #define DisableBCCheck true ! #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ \ product(bool, NearCpool, true, \ "constant pool is close to instructions") \ \ product(bool, UseBarriersForVolatile, false, \ --- 110,120 ---- #else #define UseBuiltinSim false #define NotifySimulator false #define UseSimulatorCache false #define DisableBCCheck true ! #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \ \ product(bool, NearCpool, true, \ "constant pool is close to instructions") \ \ product(bool, UseBarriersForVolatile, false, \
< prev index next >