--- a/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.hpp Thu Aug 29 03:29:45 2019 +0200
+++ b/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.hpp Thu Aug 29 12:53:05 2019 +0200
@@ -43,9 +43,7 @@
static void on_klass_unload(const Klass* k);
static void on_type_set_unload(JfrCheckpointWriter& writer);
static void on_thread_exit(JavaThread* jt);
- static void resolve_sampled_objects();
- static void rotate(const ObjectSampler* sampler, JfrStackTraceRepository& repo);
- static void tag(const ObjectSample* sample);
+ static void on_rotation(ObjectSampler* sampler, JfrStackTraceRepository& repo);
static bool tag(const JfrStackTrace* trace, JfrCheckpointWriter* writer = NULL);
static int save_mark_words(const ObjectSampler* sampler, ObjectSampleMarker& marker, bool emit_all);
static void write(const ObjectSampler* sampler, EdgeStore* edge_store, bool emit_all, Thread* thread);