hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp
changeset 6176 4d9030fe341f
parent 5702 201c5cde25bb
child 6453 970dc585ab63
equal deleted inserted replaced
6175:86dbf3cacacc 6176:4d9030fe341f
  1777   }
  1777   }
  1778   return oop_maps;
  1778   return oop_maps;
  1779 }
  1779 }
  1780 
  1780 
  1781 #undef __
  1781 #undef __
       
  1782 
       
  1783 const char *Runtime1::pd_name_for_address(address entry) {
       
  1784   return "<unknown function>";
       
  1785 }