diff src/share/vm/oops/cpCacheOop.hpp @ 1913:3b2dea75431e

6984311: JSR 292 needs optional bootstrap method parameters Summary: Allow CONSTANT_InvokeDynamic nodes to have any number of extra operands. Reviewed-by: twisti
author jrose
date Sat, 30 Oct 2010 13:08:23 -0700
parents 87d6a4d1ecbc
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/oops/cpCacheOop.hpp	Sat Oct 30 12:19:07 2010 -0700
+++ b/src/share/vm/oops/cpCacheOop.hpp	Sat Oct 30 13:08:23 2010 -0700
@@ -319,7 +319,9 @@
 
   // Sizing
   debug_only(friend class ClassVerifier;)
+ public:
   int length() const                             { return _length; }
+ private:
   void set_length(int length)                    { _length = length; }
 
   static int header_size()                       { return sizeof(constantPoolCacheOopDesc) / HeapWordSize; }