hotspot/src/share/vm/adlc/formssel.cpp
changeset 22850 4e69ce7e1101
parent 22847 603ad1f10e16
child 22855 d637fd28a6c3
--- a/hotspot/src/share/vm/adlc/formssel.cpp	Tue Nov 19 11:53:58 2013 -0800
+++ b/hotspot/src/share/vm/adlc/formssel.cpp	Wed Nov 20 11:08:09 2013 -0800
@@ -32,6 +32,7 @@
     _localNames(cmpstr, hashstr, Form::arena),
     _effects(cmpstr, hashstr, Form::arena),
     _is_mach_constant(false),
+    _needs_constant_base(false),
     _has_call(false)
 {
       _ftype = Form::INS;
@@ -65,6 +66,7 @@
     _localNames(instr->_localNames),
     _effects(instr->_effects),
     _is_mach_constant(false),
+    _needs_constant_base(false),
     _has_call(false)
 {
       _ftype = Form::INS;