src/share/vm/asm/assembler.cpp

changeset 1040
98cb887364d3
parent 815
eb28cf662f56
child 1057
56aae7be60d4
     1.1 --- a/src/share/vm/asm/assembler.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/asm/assembler.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -31,7 +31,7 @@
     1.4  // The AbstractAssembler is generating code into a CodeBuffer. To make code generation faster,
     1.5  // the assembler keeps a copy of the code buffers boundaries & modifies them when
     1.6  // emitting bytes rather than using the code buffers accessor functions all the time.
     1.7 -// The code buffer is updated via set_code_end(...) after emiting a whole instruction.
     1.8 +// The code buffer is updated via set_code_end(...) after emitting a whole instruction.
     1.9  
    1.10  AbstractAssembler::AbstractAssembler(CodeBuffer* code) {
    1.11    if (code == NULL)  return;

mercurial