src/cpu/x86/vm/c1_LIRAssembler_x86.cpp

Print this page
rev 1133 : name change from jvmti_can_post_exceptions to jvmti_can_post_on_exceptions

@@ -440,11 +440,11 @@
 
   compilation()->offsets()->set_value(CodeOffsets::Exceptions, code_offset());
 
   // if the method does not have an exception handler, then there is
   // no reason to search for one
-  if (compilation()->has_exception_handlers() || compilation()->env()->jvmti_can_post_exceptions()) {
+  if (compilation()->has_exception_handlers() || compilation()->env()->jvmti_can_post_on_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);
 
     // check that there is really an exception