src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp
changeset 53897 0abec72a3ac2
parent 52877 9e041366c764
child 54780 f8d182aedc92
--- a/src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp	Fri Feb 22 19:58:22 2019 +0530
+++ b/src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp	Fri Feb 22 17:30:07 2019 +0300
@@ -65,7 +65,7 @@
  private:
   JfrCheckpointWriter& _writer;
   JfrCheckpointContext _ctx;
-  const intptr_t _count_position;
+  const int64_t _count_position;
   Thread* const _curthread;
   u4 _count;