src/hotspot/share/jfr/leakprofiler/sampling/objectSampler.cpp
changeset 52850 f527b24990d7
parent 50880 e1117321adaf
child 55571 49102ba8cf14
child 57870 00860d9caf4d
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/jfr/leakprofiler/sampling/objectSampler.cpp	Wed Dec 05 09:34:01 2018 -0500
+++ b/src/hotspot/share/jfr/leakprofiler/sampling/objectSampler.cpp	Wed Dec 05 16:40:12 2018 +0100
@@ -122,6 +122,10 @@
   return _list->last();
 }
 
+const ObjectSample* ObjectSampler::first() const {
+  return _list->first();
+}
+
 const ObjectSample* ObjectSampler::last_resolved() const {
   return _list->last_resolved();
 }