hotspot/src/share/vm/runtime/globals.hpp
changeset 38118 16e2f219e1b6
parent 38103 dc2de2fd6c43
child 38241 32eab2eb41fd
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Apr 28 09:10:10 2016 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Apr 28 10:41:53 2016 -0500
@@ -3847,9 +3847,9 @@
                                                                             \
   /* Properties for Java libraries  */                                      \
                                                                             \
-  product(size_t, MaxDirectMemorySize, 0,                                   \
+  product(uint64_t, MaxDirectMemorySize, 0,                                 \
           "Maximum total size of NIO direct-buffer allocations")            \
-          range(0, (size_t)SIZE_MAX)                                        \
+          range(0, max_jlong)                                               \
                                                                             \
   /* Flags used for temporary code during development  */                   \
                                                                             \