src/hotspot/share/runtime/perfMemory.hpp
changeset 47765 b7c7428eaab9
parent 47669 e362049c1cb8
child 53244 9807daeb47c4
--- a/src/hotspot/share/runtime/perfMemory.hpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/src/hotspot/share/runtime/perfMemory.hpp	Tue Oct 31 11:55:09 2017 -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);