hotspot/src/share/vm/c1/c1_Compilation.cpp
changeset 5334 b2d040a8d375
parent 4752 67a506670cd0
child 5353 30f4b75f8005
--- a/hotspot/src/share/vm/c1/c1_Compilation.cpp	Wed Apr 14 15:30:13 2010 -0700
+++ b/hotspot/src/share/vm/c1/c1_Compilation.cpp	Thu Apr 15 18:14:49 2010 -0700
@@ -229,6 +229,10 @@
   code_offsets->set_value(CodeOffsets::DeoptMH, assembler->emit_deopt_handler());
   CHECK_BAILOUT();
 
+  // Emit the handler to remove the activation from the stack and
+  // dispatch to the caller.
+  offsets()->set_value(CodeOffsets::UnwindHandler, assembler->emit_unwind_handler());
+
   // done
   masm()->flush();
 }