--- old/src/share/vm/runtime/stubCodeGenerator.cpp 2013-03-15 17:37:26.831252428 +0100 +++ new/src/share/vm/runtime/stubCodeGenerator.cpp 2013-03-15 17:37:26.668185524 +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];