hotspot/src/share/vm/interpreter/linkResolver.cpp
changeset 24456 8c7933fa5a1f
parent 24424 2658d7834c6e
child 25057 f38210f84f8c
--- a/hotspot/src/share/vm/interpreter/linkResolver.cpp	Thu May 15 10:44:20 2014 -0700
+++ b/hotspot/src/share/vm/interpreter/linkResolver.cpp	Thu May 15 17:38:50 2014 -0400
@@ -950,7 +950,6 @@
     // reflection implementation, not just those associated with
     // sun/reflect/SerializationConstructorAccessor.
     bool is_reflect = JDK_Version::is_gte_jdk14x_version() &&
-                      UseNewReflection &&
                       klass_to_check->is_subclass_of(
                         SystemDictionary::reflect_MagicAccessorImpl_klass());