comparison src/share/vm/oops/methodDataOop.cpp @ 4979:18a5539bf19b

More diff vs hsx24 optimizations.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 21:43:51 +0100
parents 8e1d9c27989a
children 8e6db1a5c537
comparison
equal deleted inserted replaced
4978:99d3d8a72252 4979:18a5539bf19b
759 // Initialize the methodDataOop corresponding to a given method. 759 // Initialize the methodDataOop corresponding to a given method.
760 void methodDataOopDesc::initialize(methodHandle method) { 760 void methodDataOopDesc::initialize(methodHandle method) {
761 ResourceMark rm; 761 ResourceMark rm;
762 // Set the method back-pointer. 762 // Set the method back-pointer.
763 _method = method(); 763 _method = method();
764 #ifdef GRAAL
764 _graal_mirror = NULL; 765 _graal_mirror = NULL;
766 #endif
765 767
766 if (TieredCompilation) { 768 if (TieredCompilation) {
767 _invocation_counter.init(); 769 _invocation_counter.init();
768 _backedge_counter.init(); 770 _backedge_counter.init();
769 _invocation_counter_start = 0; 771 _invocation_counter_start = 0;