--- old/src/cpu/sparc/vm/frame_sparc.cpp 2014-03-03 22:46:20.429546876 +0100 +++ new/src/cpu/sparc/vm/frame_sparc.cpp 2014-03-03 22:46:20.132563040 +0100 @@ -827,6 +827,7 @@ } if (is_interpreted_frame()) { +#ifndef CC_INTERP DESCRIBE_FP_OFFSET(interpreter_frame_d_scratch_fp); DESCRIBE_FP_OFFSET(interpreter_frame_l_scratch_fp); DESCRIBE_FP_OFFSET(interpreter_frame_padding); @@ -837,6 +838,7 @@ if ((esp >= sp()) && (esp < fp())) { values.describe(-1, esp, "*Lesp"); } +#endif } if (!is_compiled_frame()) {