hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 3820 0a8fbbe180db
parent 2570 ecc7862946d4
child 4429 d7eb4e2099aa
child 4445 1356c4b003de
--- a/hotspot/src/share/vm/classfile/systemDictionary.hpp	Tue Sep 01 23:34:08 2009 -0700
+++ b/hotspot/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);