src/share/vm/asm/assembler.hpp

changeset 4767
a5de0cc2f91c
parent 4412
ffa87474d7a4
child 6198
55fb97c4c58d
child 6487
15120a36272d
     1.1 --- a/src/share/vm/asm/assembler.hpp	Sat Mar 16 21:44:52 2013 -0700
     1.2 +++ b/src/share/vm/asm/assembler.hpp	Mon Mar 18 13:19:06 2013 +0100
     1.3 @@ -336,6 +336,8 @@
     1.4    // along with the disassembly when printing nmethods.  Currently
     1.5    // only supported in the instruction section of the code buffer.
     1.6    void block_comment(const char* comment);
     1.7 +  // Copy str to a buffer that has the same lifetime as the CodeBuffer
     1.8 +  const char* code_string(const char* str);
     1.9  
    1.10    // Label functions
    1.11    void bind(Label& L); // binds an unbound label L to the current code position

mercurial