comparison src/share/vm/c1/c1_IR.cpp @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents d8041d695d19 3edd4a71588b
children 92aa6797d639
comparison
equal deleted inserted replaced
14647:8f483e200405 14704:b51e29501f30
140 _method = method; 140 _method = method;
141 _xhandlers = new XHandlers(method); 141 _xhandlers = new XHandlers(method);
142 _number_of_locks = 0; 142 _number_of_locks = 0;
143 _monitor_pairing_ok = method->has_balanced_monitors(); 143 _monitor_pairing_ok = method->has_balanced_monitors();
144 _wrote_final = false; 144 _wrote_final = false;
145 _wrote_fields = false;
145 _start = NULL; 146 _start = NULL;
146 147
147 if (osr_bci == -1) { 148 if (osr_bci == -1) {
148 _requires_phi_function.clear(); 149 _requires_phi_function.clear();
149 } else { 150 } else {