comparison src/share/vm/opto/doCall.cpp @ 17938:1555c0843770

Merge
author drchase
date Thu, 22 May 2014 13:05:24 -0700
parents 78bbf4d43a14 968a17f18337
children dda2ae6f9557
comparison
equal deleted inserted replaced
17937:78bbf4d43a14 17938:1555c0843770
356 } 356 }
357 357
358 bool Compile::should_delay_boxing_inlining(ciMethod* call_method, JVMState* jvms) { 358 bool Compile::should_delay_boxing_inlining(ciMethod* call_method, JVMState* jvms) {
359 if (eliminate_boxing() && call_method->is_boxing_method()) { 359 if (eliminate_boxing() && call_method->is_boxing_method()) {
360 set_has_boxed_value(true); 360 set_has_boxed_value(true);
361 return true; 361 return aggressive_unboxing();
362 } 362 }
363 return false; 363 return false;
364 } 364 }
365 365
366 // uncommon-trap call-sites where callee is unloaded, uninitialized or will not link 366 // uncommon-trap call-sites where callee is unloaded, uninitialized or will not link