hotspot/src/share/vm/code/vtableStubs.cpp
changeset 6418 6671edbd230e
parent 6176 4d9030fe341f
child 7397 5b173b4ca846
--- a/hotspot/src/share/vm/code/vtableStubs.cpp	Mon Aug 23 09:09:36 2010 -0700
+++ b/hotspot/src/share/vm/code/vtableStubs.cpp	Wed Aug 25 05:27:54 2010 -0700
@@ -48,7 +48,7 @@
     if (blob == NULL) {
       vm_exit_out_of_memory(bytes, "CodeCache: no room for vtable chunks");
     }
-    _chunk = blob->instructions_begin();
+    _chunk = blob->content_begin();
     _chunk_end = _chunk + bytes;
     Forte::register_stub("vtable stub", _chunk, _chunk_end);
     // Notify JVMTI about this stub. The event will be recorded by the enclosing