--- old/src/hotspot/share/runtime/perfMemory.hpp 2017-10-26 15:27:16.370963075 -0400 +++ new/src/hotspot/share/runtime/perfMemory.hpp 2017-10-26 15:27:16.020560788 -0400 @@ -120,7 +120,7 @@ static char* _top; static size_t _capacity; static PerfDataPrologue* _prologue; - static jint _initialized; + static int _initialized; static bool _destroyed; static void create_memory_region(size_t sizep);