hotspot/src/share/vm/asm/codeBuffer.cpp
changeset 347 df859fcca515
parent 1 489c9b5090e2
child 360 21d113ecbf6a
--- a/hotspot/src/share/vm/asm/codeBuffer.cpp	Fri Mar 28 09:00:39 2008 -0700
+++ b/hotspot/src/share/vm/asm/codeBuffer.cpp	Wed Apr 02 12:09:59 2008 -0700
@@ -947,6 +947,7 @@
   if (_comments != NULL) {
     CodeComment* c = _comments->find(offset);
     while (c && c->offset() == offset) {
+      stream->bol();
       stream->print("  ;; ");
       stream->print_cr(c->comment());
       c = c->next();