hotspot/src/share/vm/opto/callGenerator.cpp
changeset 33589 7cbd1b2c139b
parent 33105 294e48b4f704
child 35086 bbf32241d851
--- a/hotspot/src/share/vm/opto/callGenerator.cpp	Mon Oct 19 15:03:58 2015 +0200
+++ b/hotspot/src/share/vm/opto/callGenerator.cpp	Thu Oct 22 13:07:10 2015 -0400
@@ -671,7 +671,7 @@
                                            &exact_receiver);
 
   SafePointNode* slow_map = NULL;
-  JVMState* slow_jvms;
+  JVMState* slow_jvms = NULL;
   { PreserveJVMState pjvms(&kit);
     kit.set_control(slow_ctl);
     if (!kit.stopped()) {