src/share/vm/ci/ciMethod.cpp

changeset 617
44abbb0d4c18
parent 462
1f530c629c7d
child 631
d1605aabd0a1
     1.1 --- a/src/share/vm/ci/ciMethod.cpp	Wed Jun 04 21:56:27 2008 -0700
     1.2 +++ b/src/share/vm/ci/ciMethod.cpp	Thu Jun 05 13:02:51 2008 -0700
     1.3 @@ -878,7 +878,7 @@
     1.4          (TieredCompilation && code->compiler() != NULL && code->compiler()->is_c1())) {
     1.5        return 0;
     1.6      }
     1.7 -    return code->code_size();
     1.8 +    return code->code_end() - code->verified_entry_point();
     1.9    )
    1.10  }
    1.11  

mercurial