hotspot/src/share/vm/compiler/oopMap.hpp
changeset 30628 3c15b4a3bf4d
parent 30590 14f7f48c1377
child 30774 6745424a720f
--- a/hotspot/src/share/vm/compiler/oopMap.hpp	Mon May 11 07:58:02 2015 +0200
+++ b/hotspot/src/share/vm/compiler/oopMap.hpp	Mon May 11 09:44:07 2015 +0200
@@ -324,7 +324,7 @@
   const ImmutableOopMapPair* pair_at(int index) const { assert(index >= 0 && index < _count, "check"); return &get_pairs()[index]; }
 
   int count() const { return _count; }
-  int size() const { return _size; }
+  int nr_of_bytes() const { return _size; }
 
   void print_on(outputStream* st) const;
   void print() const { print_on(tty); }