diff src/share/vm/classfile/javaClasses.hpp @ 1133:aa62b9388fce

6894206: JVM needs a way to traverse method handle structures Summary: We need a way to walk chained method handles in the JVM to call the right methods and to generate required bytecode adapters for the compilers. Reviewed-by: kvn
author twisti
date Mon, 04 Jan 2010 15:52:40 +0100
parents 389049f3f393
children e66fd840cb6b
line wrap: on
line diff
--- a/src/share/vm/classfile/javaClasses.hpp	Mon Jan 04 00:22:57 2010 -0800
+++ b/src/share/vm/classfile/javaClasses.hpp	Mon Jan 04 15:52:40 2010 +0100
@@ -1027,6 +1027,7 @@
   static oop            form(oop mt);
 
   static oop            ptype(oop mt, int index);
+  static int            ptype_count(oop mt);
 
   static symbolOop      as_signature(oop mt, bool intern_if_not_found, TRAPS);
   static void           print_signature(oop mt, outputStream* st);