hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 24456 8c7933fa5a1f
parent 24429 4efc66ee325c
child 25057 f38210f84f8c
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Thu May 15 10:44:20 2014 -0700
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Thu May 15 17:38:50 2014 -0400
@@ -604,7 +604,6 @@
 
   Ticks class_load_start_time = Ticks::now();
 
-  // UseNewReflection
   // Fix for 4474172; see evaluation for more details
   class_loader = Handle(THREAD, java_lang_ClassLoader::non_reflection_class_loader(class_loader()));
   ClassLoaderData *loader_data = register_loader(class_loader, CHECK_NULL);
@@ -898,7 +897,6 @@
                               Handle protection_domain,
                               TRAPS) {
 
-  // UseNewReflection
   // The result of this call should be consistent with the result
   // of the call to resolve_instance_class_or_null().
   // See evaluation 6790209 and 4474172 for more details.