diff -r cff162798819 -r f03d0a26bf83 src/share/vm/utilities/macros.hpp --- a/src/share/vm/utilities/macros.hpp Sun Oct 11 16:19:25 2009 -0700 +++ b/src/share/vm/utilities/macros.hpp Thu Apr 22 13:23:15 2010 -0700 @@ -188,6 +188,4 @@ #define NOT_SPARC(code) code #endif -#define FIX_THIS(code) report_assertion_failure("FIX_THIS",__FILE__, __LINE__, "") - #define define_pd_global(type, name, value) const type pd_##name = value;