hotspot/src/share/vm/classfile/verifier.cpp
changeset 24456 8c7933fa5a1f
parent 24424 2658d7834c6e
child 24663 48203b12ee8e
--- a/hotspot/src/share/vm/classfile/verifier.cpp	Thu May 15 10:44:20 2014 -0700
+++ b/hotspot/src/share/vm/classfile/verifier.cpp	Thu May 15 17:38:50 2014 -0400
@@ -211,9 +211,9 @@
     // reflection implementation, not just those associated with
     // sun/reflect/SerializationConstructorAccessor.
     // NOTE: this is called too early in the bootstrapping process to be
-    // guarded by Universe::is_gte_jdk14x_version()/UseNewReflection.
+    // guarded by Universe::is_gte_jdk14x_version().
     // Also for lambda generated code, gte jdk8
-    (!is_reflect || VerifyReflectionBytecodes));
+    (!is_reflect));
 }
 
 Symbol* Verifier::inference_verify(