hotspot/src/share/vm/oops/method.cpp
changeset 25057 f38210f84f8c
parent 24457 0e20b36df5c4
child 25714 87fa6860b5ae
child 25643 4ff52a1e3a23
--- 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;
   }