diff src/share/vm/ci/ciCallProfile.hpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents 04b9a2566eec
children
line wrap: on
line diff
--- a/src/share/vm/ci/ciCallProfile.hpp	Thu Mar 07 15:17:51 2013 +0100
+++ b/src/share/vm/ci/ciCallProfile.hpp	Thu Mar 07 21:00:29 2013 +0100
@@ -61,7 +61,6 @@
   // Note:  The following predicates return false for invalid profiles:
   bool      has_receiver(int i) const { return _limit > i; }
   int       morphism() const          { return _morphism; }
-  int       limit() const             { return _limit; }
 
   int       count() const             { return _count; }
   int       receiver_count(int i)  {