src/share/vm/adlc/archDesc.cpp

changeset 6499
ad3b94907eed
parent 5997
59e8ad757e19
child 6503
a9becfeecd1b
     1.1 --- a/src/share/vm/adlc/archDesc.cpp	Mon Dec 23 10:26:08 2013 -0800
     1.2 +++ b/src/share/vm/adlc/archDesc.cpp	Fri Dec 20 13:51:14 2013 +0100
     1.3 @@ -172,7 +172,8 @@
     1.4      _internalOps(cmpstr,hashstr, Form::arena),
     1.5      _internalMatch(cmpstr,hashstr, Form::arena),
     1.6      _chainRules(cmpstr,hashstr, Form::arena),
     1.7 -    _cisc_spill_operand(NULL) {
     1.8 +    _cisc_spill_operand(NULL),
     1.9 +    _needs_clone_jvms(false) {
    1.10  
    1.11        // Initialize the opcode to MatchList table with NULLs
    1.12        for( int i=0; i<_last_opcode; ++i ) {

mercurial