diff -r 40fc0ab5cd15 -r bdb7375a1fee hotspot/src/share/vm/runtime/sharedRuntime.cpp --- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp Wed Jan 27 22:38:37 2010 -0800 +++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp Mon Feb 01 17:35:05 2010 -0700 @@ -364,7 +364,7 @@ void SharedRuntime::throw_and_post_jvmti_exception(JavaThread *thread, Handle h_exception) { - if (JvmtiExport::can_post_exceptions()) { + if (JvmtiExport::can_post_on_exceptions()) { vframeStream vfst(thread, true); methodHandle method = methodHandle(thread, vfst.method()); address bcp = method()->bcp_from(vfst.bci());