src/share/vm/ci/ciSymbol.hpp

changeset 4267
bd7a7ce2e264
parent 4037
da91efe96a93
child 5732
b2e698d2276c
     1.1 --- a/src/share/vm/ci/ciSymbol.hpp	Fri Nov 09 08:36:17 2012 -0800
     1.2 +++ b/src/share/vm/ci/ciSymbol.hpp	Mon Nov 12 14:03:53 2012 -0800
     1.3 @@ -73,6 +73,9 @@
     1.4    const char* as_utf8();
     1.5    int         utf8_length();
     1.6  
     1.7 +  // The text of the symbol as ascii with all non-printable characters quoted as \u####
     1.8 +  const char* as_quoted_ascii();
     1.9 +
    1.10    // Return the i-th utf8 byte, where i < utf8_length
    1.11    int         byte_at(int i);
    1.12  

mercurial