hotspot/src/share/vm/classfile/javaClasses.hpp
changeset 18061 cd92ca4c1331
parent 18060 7cfaa4558c12
parent 17081 cf52c2bc3f8c
child 18065 7d53ab28f937
--- a/hotspot/src/share/vm/classfile/javaClasses.hpp	Wed May 01 14:11:01 2013 +0100
+++ b/hotspot/src/share/vm/classfile/javaClasses.hpp	Wed May 08 15:25:08 2013 +0100
@@ -153,7 +153,7 @@
   static char*  as_utf8_string(oop java_string, char* buf, int buflen);
   static char*  as_utf8_string(oop java_string, int start, int len);
   static char*  as_platform_dependent_str(Handle java_string, TRAPS);
-  static jchar* as_unicode_string(oop java_string, int& length);
+  static jchar* as_unicode_string(oop java_string, int& length, TRAPS);
   // produce an ascii string with all other values quoted using \u####
   static char*  as_quoted_ascii(oop java_string);