6956958: assert(is_clean() || is_call_to_compiled() || is_call_to_interpreted() || is_optimized() || is_megam

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2010-06-18 16:51:54 -07:00
parent 21f481e5dd
commit 338714d4e6
2 changed files with 4 additions and 8 deletions

View file

@ -29,7 +29,7 @@
class NMethodSweeper : public AllStatic {
static long _traversals; // Stack traversal count
static CodeBlob* _current; // Current nmethod
static nmethod* _current; // Current nmethod
static int _seen; // Nof. nmethod we have currently processed in current pass of CodeCache
static int _invocations; // No. of invocations left until we are completed with this pass