src/cpu/x86/vm/frame_x86.inline.hpp

changeset 2103
3e8fbc61cee8
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/cpu/x86/vm/frame_x86.inline.hpp	Mon Aug 23 09:09:36 2010 -0700
     1.2 +++ b/src/cpu/x86/vm/frame_x86.inline.hpp	Wed Aug 25 05:27:54 2010 -0700
     1.3 @@ -63,7 +63,7 @@
     1.4    address original_pc = nmethod::get_deopt_original_pc(this);
     1.5    if (original_pc != NULL) {
     1.6      _pc = original_pc;
     1.7 -    assert(((nmethod*)_cb)->code_contains(_pc), "original PC must be in nmethod");
     1.8 +    assert(((nmethod*)_cb)->insts_contains(_pc), "original PC must be in nmethod");
     1.9      _deopt_state = is_deoptimized;
    1.10    } else {
    1.11      _deopt_state = not_deoptimized;

mercurial