src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetWriter.hpp
changeset 53897 0abec72a3ac2
parent 53244 9807daeb47c4
child 57360 5d043a159d5c
--- a/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetWriter.hpp	Fri Feb 22 19:58:22 2019 +0530
+++ b/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetWriter.hpp	Fri Feb 22 17:30:07 2019 +0300
@@ -35,7 +35,7 @@
   WriterImpl _impl;
   JfrCheckpointWriter* _writer;
   JfrCheckpointContext _ctx;
-  jlong _count_offset;
+  int64_t _count_offset;
   int _count;
   bool _skip_header;
  public: