< prev index next >

src/share/vm/opto/output.cpp

Print this page

        

*** 906,916 **** assert( !method || !method->is_synchronized() || method->is_native() || num_mon > 0 || !GenerateSynchronizationCode, ! "monitors must always exist for synchronized methods"); // Build the growable array of ScopeValues for exp stack GrowableArray<MonitorValue*> *monarray = new GrowableArray<MonitorValue*>(num_mon); // Loop over monitors and insert into array --- 906,916 ---- assert( !method || !method->is_synchronized() || method->is_native() || num_mon > 0 || !GenerateSynchronizationCode, ! "monitors must always exist for synchronized methods, bci: %d"); // Build the growable array of ScopeValues for exp stack GrowableArray<MonitorValue*> *monarray = new GrowableArray<MonitorValue*>(num_mon); // Loop over monitors and insert into array
< prev index next >