src/hotspot/share/utilities/globalDefinitions.hpp
changeset 52460 f1bb77833b59
parent 52431 b0af758a092c
child 52631 3009ca99de32
--- a/src/hotspot/share/utilities/globalDefinitions.hpp	Thu Nov 08 11:22:28 2018 -0800
+++ b/src/hotspot/share/utilities/globalDefinitions.hpp	Thu Nov 08 11:45:13 2018 -0800
@@ -164,15 +164,6 @@
 // Size of a char[] needed to represent a jint as a string in decimal.
 const int jintAsStringSize = 12;
 
-// In fact this should be
-// log2_intptr(sizeof(class JavaThread)) - log2_intptr(64);
-// see os::set_memory_serialize_page()
-#ifdef _LP64
-const int SerializePageShiftCount = 4;
-#else
-const int SerializePageShiftCount = 3;
-#endif
-
 // An opaque struct of heap-word width, so that HeapWord* can be a generic
 // pointer into the heap.  We require that object sizes be measured in
 // units of heap words, so that that