hotspot/src/share/vm/runtime/stubCodeGenerator.cpp
changeset 16368 713209c45a82
parent 14626 0cf4eccf130f
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp	Sat Mar 16 21:44:52 2013 -0700
+++ b/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp	Mon Mar 18 13:19:06 2013 +0100
@@ -87,7 +87,7 @@
     CodeBuffer* cbuf = _masm->code();
     CodeBlob*   blob = CodeCache::find_blob_unsafe(cbuf->insts()->start());
     if (blob != NULL) {
-      blob->set_comments(cbuf->comments());
+      blob->set_strings(cbuf->strings());
     }
     bool saw_first = false;
     StubCodeDesc* toprint[1000];