diff src/share/vm/oops/instanceKlass.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 74a5db69c1fe
children 933a3e806ce6
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Fri Oct 16 16:14:12 2009 -0700
+++ b/src/share/vm/oops/instanceKlass.hpp	Sat Oct 17 19:51:05 2009 -0700
@@ -722,7 +722,7 @@
 #endif // SERIALGC
 
   // Naming
-  char* signature_name() const;
+  const char* signature_name() const;
 
   // Iterators
   int oop_oop_iterate(oop obj, OopClosure* blk) {