hotspot/src/share/vm/adlc/archDesc.cpp
changeset 22865 3b8857d7b3cc
parent 21105 47618ee96ed5
child 22872 b6902ee5bc8d
--- a/hotspot/src/share/vm/adlc/archDesc.cpp	Wed Jan 08 11:24:00 2014 -0800
+++ b/hotspot/src/share/vm/adlc/archDesc.cpp	Fri Dec 20 13:51:14 2013 +0100
@@ -172,7 +172,8 @@
     _internalOps(cmpstr,hashstr, Form::arena),
     _internalMatch(cmpstr,hashstr, Form::arena),
     _chainRules(cmpstr,hashstr, Form::arena),
-    _cisc_spill_operand(NULL) {
+    _cisc_spill_operand(NULL),
+    _needs_clone_jvms(false) {
 
       // Initialize the opcode to MatchList table with NULLs
       for( int i=0; i<_last_opcode; ++i ) {