comparison src/share/vm/oops/methodOop.cpp @ 5554:70f715dfbb41

Bring Java renamings and restructurings to the C++ part.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 10 Jun 2012 01:17:48 +0200
parents 95b8a32a7cc3
children 957c266d8bc5
comparison
equal deleted inserted replaced
5553:511612d1b5c1 5554:70f715dfbb41
663 CompilationPolicy::policy()->disable_compilation(this); 663 CompilationPolicy::policy()->disable_compilation(this);
664 664
665 #ifdef GRAAL 665 #ifdef GRAAL
666 oop graal_mirror = this->graal_mirror(); 666 oop graal_mirror = this->graal_mirror();
667 if (graal_mirror != NULL) { 667 if (graal_mirror != NULL) {
668 HotSpotMethodResolved::set_canBeInlined(graal_mirror, false); 668 HotSpotResolvedJavaMethod::set_canBeInlined(graal_mirror, false);
669 } 669 }
670 #endif 670 #endif
671 } 671 }
672 672
673 // Revert to using the interpreter and clear out the nmethod 673 // Revert to using the interpreter and clear out the nmethod