mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8213592: Misaligned code in globals.hpp after 8211845
Reviewed-by: dholmes
This commit is contained in:
parent
598f595947
commit
7e17764cd3
1 changed files with 2 additions and 2 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue