diff src/share/vm/oops/klass.hpp @ 1039:987e948ebbc8

6815692: method handle code needs some cleanup (post-6655638) Summary: correctly raise exceptions, support safe bitwise "raw" conversions, fix bugs revealed by VerifyMethodHandles, remove dead code, improve debugging support Reviewed-by: never, twisti
author jrose
date Sat, 17 Oct 2009 19:51:05 -0700
parents 7bb995fbd3c0
children 4e6abf09f540
line wrap: on
line diff
--- a/src/share/vm/oops/klass.hpp	Fri Oct 16 16:14:12 2009 -0700
+++ b/src/share/vm/oops/klass.hpp	Sat Oct 17 19:51:05 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;