comparison src/share/vm/oops/methodDataOop.cpp @ 4439:f7251c729b31

profiling info first try
author Christian Haeubl <christian.haeubl@oracle.com>
date Thu, 19 Jan 2012 16:29:35 -0800
parents a97fd181b813
children 8e1d9c27989a
comparison
equal deleted inserted replaced
4288:2bc254976621 4439:f7251c729b31
747 // Initialize the methodDataOop corresponding to a given method. 747 // Initialize the methodDataOop corresponding to a given method.
748 void methodDataOopDesc::initialize(methodHandle method) { 748 void methodDataOopDesc::initialize(methodHandle method) {
749 ResourceMark rm; 749 ResourceMark rm;
750 // Set the method back-pointer. 750 // Set the method back-pointer.
751 _method = method(); 751 _method = method();
752 _graal_mirror = NULL;
752 753
753 if (TieredCompilation) { 754 if (TieredCompilation) {
754 _invocation_counter.init(); 755 _invocation_counter.init();
755 _backedge_counter.init(); 756 _backedge_counter.init();
756 _invocation_counter_start = 0; 757 _invocation_counter_start = 0;