src/share/vm/code/vtableStubs.cpp

changeset 2103
3e8fbc61cee8
parent 2036
126ea7725993
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/code/vtableStubs.cpp	Mon Aug 23 09:09:36 2010 -0700
     1.2 +++ b/src/share/vm/code/vtableStubs.cpp	Wed Aug 25 05:27:54 2010 -0700
     1.3 @@ -48,7 +48,7 @@
     1.4      if (blob == NULL) {
     1.5        vm_exit_out_of_memory(bytes, "CodeCache: no room for vtable chunks");
     1.6      }
     1.7 -    _chunk = blob->instructions_begin();
     1.8 +    _chunk = blob->content_begin();
     1.9      _chunk_end = _chunk + bytes;
    1.10      Forte::register_stub("vtable stub", _chunk, _chunk_end);
    1.11      // Notify JVMTI about this stub. The event will be recorded by the enclosing

mercurial