comparison src/share/vm/classfile/classFileParser.hpp @ 875:6a93908f268f

6857194: Add hotspot perf counters to aid class loading performance measurement Summary: Add new jvmstat counters to measure detailed class loading time Reviewed-by: acorn, kamg
author mchung
date Fri, 10 Jul 2009 11:10:00 -0700
parents e5b0439ef4ae
children b37c246bf7ce ad6585fd4087
comparison
equal deleted inserted replaced
812:85d0690f7d12 875:6a93908f268f
59 // Interface parsing 59 // Interface parsing
60 objArrayHandle parse_interfaces(constantPoolHandle cp, 60 objArrayHandle parse_interfaces(constantPoolHandle cp,
61 int length, 61 int length,
62 Handle class_loader, 62 Handle class_loader,
63 Handle protection_domain, 63 Handle protection_domain,
64 PerfTraceTime* vmtimer,
65 symbolHandle class_name, 64 symbolHandle class_name,
66 TRAPS); 65 TRAPS);
67 66
68 // Field parsing 67 // Field parsing
69 void parse_field_attributes(constantPoolHandle cp, u2 attributes_count, 68 void parse_field_attributes(constantPoolHandle cp, u2 attributes_count,