hotspot/src/share/vm/opto/lcm.cpp
changeset 33589 7cbd1b2c139b
parent 33065 55892792936f
child 33638 ef49ed90010b
--- a/hotspot/src/share/vm/opto/lcm.cpp	Mon Oct 19 15:03:58 2015 +0200
+++ b/hotspot/src/share/vm/opto/lcm.cpp	Thu Oct 22 13:07:10 2015 -0400
@@ -806,7 +806,7 @@
   block->insert_node(proj, node_cnt++);
 
   // Select the right register save policy.
-  const char * save_policy;
+  const char *save_policy = NULL;
   switch (op) {
     case Op_CallRuntime:
     case Op_CallLeaf: