diff src/share/vm/adlc/archDesc.cpp @ 14456:abec000618bf

Merge
author kvn
date Tue, 28 Jan 2014 12:25:34 -0800
parents d16be2b85802 ad6695638a35
children cd5d10655495
line wrap: on
line diff
--- a/src/share/vm/adlc/archDesc.cpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/src/share/vm/adlc/archDesc.cpp	Tue Jan 28 12:25:34 2014 -0800
@@ -146,7 +146,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 ) {