hotspot/src/share/vm/utilities/utf8.hpp
changeset 16602 5df51d3bc550
parent 14477 95e66ea71f71
child 33628 09241459a8b8
--- a/hotspot/src/share/vm/utilities/utf8.hpp	Thu Mar 28 15:39:52 2013 +0100
+++ b/hotspot/src/share/vm/utilities/utf8.hpp	Mon Apr 01 14:05:41 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -45,7 +45,7 @@
   static int quoted_ascii_length(const char* utf8_str, int utf8_length);
 
   // converts a utf8 string to quoted ascii
-  static void as_quoted_ascii(const char* utf8_str, char* buf, int buflen);
+  static void as_quoted_ascii(const char* utf8_str, int utf8_length, char* buf, int buflen);
 
   // converts a quoted ascii string to utf8 string.  returns the original
   // string unchanged if nothing needs to be done.