hotspot/src/share/vm/c1/c1_IR.cpp
changeset 11886 feebf5c9f40c
parent 7432 f06f1253c317
child 13963 e5b53c306fb5
--- a/hotspot/src/share/vm/c1/c1_IR.cpp	Wed Feb 22 14:00:34 2012 -0500
+++ b/hotspot/src/share/vm/c1/c1_IR.cpp	Tue Feb 21 13:14:55 2012 -0500
@@ -141,6 +141,7 @@
   _xhandlers          = new XHandlers(method);
   _number_of_locks    = 0;
   _monitor_pairing_ok = method->has_balanced_monitors();
+  _wrote_final        = false;
   _start              = NULL;
 
   if (osr_bci == -1) {