diff src/share/vm/ci/ciCallProfile.hpp @ 2990:66ecfc755c86

inlining of monomorphic profiled callsites with quick type checks
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 15 Jun 2011 16:49:46 +0200
parents c760f78e0a53
children be4ca325525a
line wrap: on
line diff
--- a/src/share/vm/ci/ciCallProfile.hpp	Wed Jun 15 15:57:08 2011 +0200
+++ b/src/share/vm/ci/ciCallProfile.hpp	Wed Jun 15 16:49:46 2011 +0200
@@ -60,6 +60,7 @@
   // Note:  The following predicates return false for invalid profiles:
   bool      has_receiver(int i) { return _limit > i; }
   int       morphism()          { return _morphism; }
+  int       limit()             { return _limit; }
 
   int       count()             { return _count; }
   int       receiver_count(int i)  {