--- old/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp 2010-01-08 14:14:05.244823000 -0600 +++ new/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp 2010-01-08 14:14:05.085978000 -0600 @@ -381,7 +381,7 @@ compilation()->offsets()->set_value(CodeOffsets::Exceptions, code_offset()); - if (compilation()->has_exception_handlers() || compilation()->env()->jvmti_can_post_exceptions()) { + if (compilation()->has_exception_handlers() || compilation()->env()->jvmti_can_post_on_exceptions()) { __ call(Runtime1::entry_for(Runtime1::handle_exception_id), relocInfo::runtime_call_type); __ delayed()->nop(); }