hotspot/src/share/vm/classfile/javaClasses.cpp
changeset 4562 5d93cb2d2090
parent 4466 b7fda949ec06
child 4571 80b553bddc26
equal deleted inserted replaced
4560:b6f7db60cb24 4562:5d93cb2d2090
  2399   return mt->obj_field(_form_offset);
  2399   return mt->obj_field(_form_offset);
  2400 }
  2400 }
  2401 
  2401 
  2402 oop java_dyn_MethodType::ptype(oop mt, int idx) {
  2402 oop java_dyn_MethodType::ptype(oop mt, int idx) {
  2403   return ptypes(mt)->obj_at(idx);
  2403   return ptypes(mt)->obj_at(idx);
       
  2404 }
       
  2405 
       
  2406 int java_dyn_MethodType::ptype_count(oop mt) {
       
  2407   return ptypes(mt)->length();
  2404 }
  2408 }
  2405 
  2409 
  2406 
  2410 
  2407 
  2411 
  2408 // Support for java_dyn_MethodTypeForm
  2412 // Support for java_dyn_MethodTypeForm