diff -r aa7b1ea52413 -r a57907813a83 src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointWriter.hpp --- a/src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointWriter.hpp Fri Aug 30 20:39:38 2019 +0200 +++ b/src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointWriter.hpp Mon Sep 02 19:42:46 2019 +0200 @@ -25,8 +25,8 @@ #ifndef SHARE_JFR_RECORDER_CHECKPOINT_JFRCHECKPOINTWRITER_HPP #define SHARE_JFR_RECORDER_CHECKPOINT_JFRCHECKPOINTWRITER_HPP -#include "jfr/recorder/checkpoint/jfrCheckpointBlob.hpp" #include "jfr/recorder/storage/jfrBuffer.hpp" +#include "jfr/utilities/jfrBlob.hpp" #include "jfr/utilities/jfrTime.hpp" #include "jfr/utilities/jfrTypes.hpp" #include "jfr/writers/jfrEventWriterHost.inline.hpp" @@ -80,8 +80,8 @@ const JfrCheckpointContext context() const; void set_context(const JfrCheckpointContext ctx); bool has_data() const; - JfrCheckpointBlobHandle copy(const JfrCheckpointContext* ctx = NULL); - JfrCheckpointBlobHandle move(const JfrCheckpointContext* ctx = NULL); + JfrBlobHandle copy(const JfrCheckpointContext* ctx = NULL); + JfrBlobHandle move(const JfrCheckpointContext* ctx = NULL); }; #endif // SHARE_JFR_RECORDER_CHECKPOINT_JFRCHECKPOINTWRITER_HPP