8213592: Misaligned code in globals.hpp after 8211845
authorstuefe
Fri, 09 Nov 2018 16:08:14 +0100
changeset 52473 a8389aeabf90
parent 52472 60064c7527f4
child 52474 13266dac5fdb
child 57026 5f20b792d15b
8213592: Misaligned code in globals.hpp after 8211845 Reviewed-by: dholmes
src/hotspot/share/runtime/globals.hpp
--- a/src/hotspot/share/runtime/globals.hpp	Fri Nov 09 15:19:11 2018 +0100
+++ b/src/hotspot/share/runtime/globals.hpp	Fri Nov 09 16:08:14 2018 +0100
@@ -1259,8 +1259,8 @@
           "[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")    \