8213592: Misaligned code in globals.hpp after 8211845

Reviewed-by: dholmes
This commit is contained in:
Thomas Stuefe 2018-11-09 16:08:14 +01:00
parent 598f595947
commit 7e17764cd3

@ -1259,8 +1259,8 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
"[default: ./hs_err_pid%p.log] (%p replaced with pid)") \
\
product(bool, ExtensiveErrorReports, \
PRODUCT_ONLY(false) NOT_PRODUCT(true), \
"Error reports are more extensive.") \
PRODUCT_ONLY(false) NOT_PRODUCT(true), \
"Error reports are more extensive.") \
\
product(bool, DisplayVMOutputToStderr, false, \
"If DisplayVMOutput is true, display all VM output to stderr") \