diff src/share/vm/classfile/systemDictionary.hpp @ 973:ad6585fd4087

6830542: Performance: JVM_DefineClass already verified. Reviewed-by: kamg, phh
author acorn
date Fri, 04 Sep 2009 12:53:02 -0400
parents be93aad57795
children 389049f3f393 a75edfd400ea
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Tue Sep 01 23:34:08 2009 -0700
+++ b/src/share/vm/classfile/systemDictionary.hpp	Fri Sep 04 12:53:02 2009 -0400
@@ -259,7 +259,9 @@
                                TRAPS);
 
   // Resolve from stream (called by jni_DefineClass and JVM_DefineClass)
-  static klassOop resolve_from_stream(symbolHandle class_name, Handle class_loader, Handle protection_domain, ClassFileStream* st, TRAPS);
+  static klassOop resolve_from_stream(symbolHandle class_name, Handle class_loader,
+                                      Handle protection_domain,
+                                      ClassFileStream* st, bool verify, TRAPS);
 
   // Lookup an already loaded class. If not found NULL is returned.
   static klassOop find(symbolHandle class_name, Handle class_loader, Handle protection_domain, TRAPS);