hotspot/src/share/vm/oops/symbol.hpp
changeset 14477 95e66ea71f71
parent 13728 882756847a04
child 15855 2ac9ebea17f3
--- a/hotspot/src/share/vm/oops/symbol.hpp	Fri Nov 09 08:36:17 2012 -0800
+++ b/hotspot/src/share/vm/oops/symbol.hpp	Mon Nov 12 14:03:53 2012 -0800
@@ -189,6 +189,8 @@
   // Use buf if needed buffer length is <= size.
   char* as_C_string_flexible_buffer(Thread* t, char* buf, int size) const;
 
+  // Returns an escaped form of a Java string.
+  char* as_quoted_ascii() const;
 
   // Returns a null terminated utf8 string in a resource array
   char* as_utf8() const { return as_C_string(); }