src/hotspot/share/runtime/globals.hpp
changeset 57777 90ead0febf56
parent 57681 41f2f2829a09
child 57779 0a8407a78a2f
--- a/src/hotspot/share/runtime/globals.hpp	Fri Aug 16 09:18:41 2019 +0200
+++ b/src/hotspot/share/runtime/globals.hpp	Tue Aug 06 10:48:21 2019 +0200
@@ -2348,7 +2348,7 @@
   product(uintx, StringDeduplicationAgeThreshold, 3,                        \
           "A string must reach this age (or be promoted to an old region) " \
           "to be considered for deduplication")                             \
-          range(1, markOopDesc::max_age)                                    \
+          range(1, markWord::max_age)                                       \
                                                                             \
   diagnostic(bool, StringDeduplicationResizeALot, false,                    \
           "Force table resize every time the table is scanned")             \