diff src/share/vm/oops/klass.hpp @ 1042:4926bf2d292f

Merge
author cfang
date Thu, 29 Oct 2009 08:49:31 -0700
parents 987e948ebbc8
children 4e6abf09f540
line wrap: on
line diff
--- a/src/share/vm/oops/klass.hpp	Wed Oct 28 10:37:17 2009 -0700
+++ b/src/share/vm/oops/klass.hpp	Thu Oct 29 08:49:31 2009 -0700
@@ -546,7 +546,7 @@
   // For arrays, this returns the name of the element with a leading '['.
   // For classes, this returns the name with a leading 'L' and a trailing ';'
   //     and the package separators as '/'.
-  virtual char* signature_name() const;
+  virtual const char* signature_name() const;
 
   // garbage collection support
   virtual void oop_follow_contents(oop obj) = 0;