comparison src/cpu/x86/vm/c1_Runtime1_x86.cpp @ 1681:126ea7725993

6953477: Increase portability and flexibility of building Hotspot Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
author bobv
date Tue, 03 Aug 2010 08:13:38 -0400
parents e9ff18c4ace7
children d5d065957597
comparison
equal deleted inserted replaced
1680:a64438a2b7e8 1681:126ea7725993
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 }