comparison src/share/vm/ci/ciMethod.cpp @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents b51e29501f30
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
722 722
723 if (!UseCHA) return NULL; 723 if (!UseCHA) return NULL;
724 724
725 VM_ENTRY_MARK; 725 VM_ENTRY_MARK;
726 726
727 // Disable CHA for default methods for now
728 if (root_m->get_Method()->is_default_method()) {
729 return NULL;
730 }
731
732 methodHandle target; 727 methodHandle target;
733 { 728 {
734 MutexLocker locker(Compile_lock); 729 MutexLocker locker(Compile_lock);
735 Klass* context = actual_recv->get_Klass(); 730 Klass* context = actual_recv->get_Klass();
736 target = Dependencies::find_unique_concrete_method(context, 731 target = Dependencies::find_unique_concrete_method(context,