src/share/vm/classfile/systemDictionary.hpp

changeset 1408
ad6585fd4087
parent 1161
be93aad57795
child 1494
389049f3f393
child 1510
a75edfd400ea
equal deleted inserted replaced
1402:6918603297f7 1408:ad6585fd4087
257 KlassHandle host_klass, 257 KlassHandle host_klass,
258 GrowableArray<Handle>* cp_patches, 258 GrowableArray<Handle>* cp_patches,
259 TRAPS); 259 TRAPS);
260 260
261 // Resolve from stream (called by jni_DefineClass and JVM_DefineClass) 261 // Resolve from stream (called by jni_DefineClass and JVM_DefineClass)
262 static klassOop resolve_from_stream(symbolHandle class_name, Handle class_loader, Handle protection_domain, ClassFileStream* st, TRAPS); 262 static klassOop resolve_from_stream(symbolHandle class_name, Handle class_loader,
263 Handle protection_domain,
264 ClassFileStream* st, bool verify, TRAPS);
263 265
264 // Lookup an already loaded class. If not found NULL is returned. 266 // Lookup an already loaded class. If not found NULL is returned.
265 static klassOop find(symbolHandle class_name, Handle class_loader, Handle protection_domain, TRAPS); 267 static klassOop find(symbolHandle class_name, Handle class_loader, Handle protection_domain, TRAPS);
266 268
267 // Lookup an already loaded instance or array class. 269 // Lookup an already loaded instance or array class.

mercurial