hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
changeset 2867 69187054225f
parent 2259 d3c946e7f127
child 3908 24b55ad4c228
--- a/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Fri May 08 10:34:31 2009 -0700
+++ b/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Fri May 08 10:44:20 2009 -0700
@@ -439,7 +439,7 @@
 
   // if the method does not have an exception handler, then there is
   // no reason to search for one
-  if (compilation()->has_exception_handlers() || JvmtiExport::can_post_exceptions()) {
+  if (compilation()->has_exception_handlers() || compilation()->env()->jvmti_can_post_exceptions()) {
     // the exception oop and pc are in rax, and rdx
     // no other registers need to be preserved, so invalidate them
     __ invalidate_registers(false, true, true, false, true, true);