src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp

changeset 9947
db357034b763
parent 9885
8e875c964f41
     1.1 --- a/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp	Fri Dec 06 12:42:29 2019 +0100
     1.2 +++ b/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp	Tue Jun 16 11:03:04 2020 +0800
     1.3 @@ -64,7 +64,7 @@
     1.4   private:
     1.5    JfrCheckpointWriter& _writer;
     1.6    JfrCheckpointContext _ctx;
     1.7 -  const intptr_t _count_position;
     1.8 +  const int64_t _count_position;
     1.9    Thread* const _curthread;
    1.10    u4 _count;
    1.11  

mercurial