--- old/src/share/vm/c1/c1_Runtime1.cpp 2010-01-04 12:38:50.833079000 -0600 +++ new/src/share/vm/c1/c1_Runtime1.cpp 2010-01-04 12:38:50.708204000 -0600 @@ -437,7 +437,7 @@ bool guard_pages_enabled = thread->stack_yellow_zone_enabled(); if (!guard_pages_enabled) guard_pages_enabled = thread->reguard_stack(); - if (JvmtiExport::can_post_exceptions()) { + if (thread->should_post_on_exceptions_flag()) { // To ensure correct notification of exception catches and throws // we have to deoptimize here. If we attempted to notify the // catches and throws during this exception lookup it's possible