< prev index next >

src/hotspot/share/code/oopRecorder.cpp

Print this page

        

@@ -28,10 +28,11 @@
 #include "ci/ciMetadata.hpp"
 #include "code/oopRecorder.hpp"
 #include "memory/allocation.inline.hpp"
 #include "oops/oop.inline.hpp"
 #include "runtime/jniHandles.inline.hpp"
+#include "utilities/copy.hpp"
 
 #ifdef ASSERT
 template <class T> int ValueRecorder<T>::_find_index_calls = 0;
 template <class T> int ValueRecorder<T>::_hit_indexes      = 0;
 template <class T> int ValueRecorder<T>::_missed_indexes   = 0;

@@ -199,6 +200,5 @@
     _values.insert_before(location, r);
     return r.index();
   }
   return _values.at(location).index();
 }
-
< prev index next >