diff -r 5ad92b0d1beb -r f38210f84f8c hotspot/src/share/vm/oops/method.cpp --- a/hotspot/src/share/vm/oops/method.cpp Wed Jun 11 12:09:12 2014 +0200 +++ b/hotspot/src/share/vm/oops/method.cpp Wed Jun 11 09:58:23 2014 -0400 @@ -1023,8 +1023,7 @@ // This is Method.invoke() -- ignore it return true; } - if (JDK_Version::is_gte_jdk14x_version() && - method_holder()->is_subclass_of(SystemDictionary::reflect_MethodAccessorImpl_klass())) { + if (method_holder()->is_subclass_of(SystemDictionary::reflect_MethodAccessorImpl_klass())) { // This is an auxilary frame -- ignore it return true; }