8163580: Cannot get Monitor Cache Dump in HSDB
authorysuenaga
Wed, 10 Aug 2016 21:02:14 -0400
changeset 40356 df5e8cabdf10
parent 40355 e9770c31b4f1
child 40357 d46cac7959c4
child 40358 48774f26918a
8163580: Cannot get Monitor Cache Dump in HSDB Reviewed-by: dholmes
hotspot/src/share/vm/runtime/vmStructs.cpp
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Wed Aug 10 09:24:42 2016 +0200
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Wed Aug 10 21:02:14 2016 -0400
@@ -2643,7 +2643,7 @@
   /* DEFAULT_CACHE_LINE_SIZE (globalDefinitions.hpp) */                   \
   /***************************************************/                   \
                                                                           \
-  declare_constant(DEFAULT_CACHE_LINE_SIZE)                               \
+  declare_preprocessor_constant("DEFAULT_CACHE_LINE_SIZE", DEFAULT_CACHE_LINE_SIZE) \
                                                                           \
   declare_constant(Deoptimization::Unpack_deopt)                          \
   declare_constant(Deoptimization::Unpack_exception)                      \