comparison src/share/vm/code/oopRecorder.cpp @ 18125:2a69cbe850a8

Reduce diff with upstream
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 20 Oct 2014 19:07:20 +0200
parents 50942f016967
children
comparison
equal deleted inserted replaced
18124:689092d5cf44 18125:2a69cbe850a8
33 #ifdef ASSERT 33 #ifdef ASSERT
34 template <class T> int ValueRecorder<T>::_find_index_calls = 0; 34 template <class T> int ValueRecorder<T>::_find_index_calls = 0;
35 template <class T> int ValueRecorder<T>::_hit_indexes = 0; 35 template <class T> int ValueRecorder<T>::_hit_indexes = 0;
36 template <class T> int ValueRecorder<T>::_missed_indexes = 0; 36 template <class T> int ValueRecorder<T>::_missed_indexes = 0;
37 #endif //ASSERT 37 #endif //ASSERT
38
38 39
39 template <class T> ValueRecorder<T>::ValueRecorder(Arena* arena) { 40 template <class T> ValueRecorder<T>::ValueRecorder(Arena* arena) {
40 _handles = NULL; 41 _handles = NULL;
41 _indexes = NULL; 42 _indexes = NULL;
42 _arena = arena; 43 _arena = arena;