comparison src/share/vm/ci/ciMethod.cpp @ 17524:89152779163c

Merge with jdk8-b132
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 11:59:32 +0200
parents 4ca6dc0799b6 e46f2ee62e78
children 52b4284cb496
comparison
equal deleted inserted replaced
17450:45b45f902bed 17524:89152779163c
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
727 methodHandle target; 732 methodHandle target;
728 { 733 {
729 MutexLocker locker(Compile_lock); 734 MutexLocker locker(Compile_lock);
730 Klass* context = actual_recv->get_Klass(); 735 Klass* context = actual_recv->get_Klass();
731 target = Dependencies::find_unique_concrete_method(context, 736 target = Dependencies::find_unique_concrete_method(context,