comparison src/share/vm/prims/jvm_misc.hpp @ 657:715dceaa89b7

6603316: Improve instrumentation for classes loaded at startup Reviewed-by: xlu, mchung
author acorn
date Wed, 25 Mar 2009 13:09:28 -0400
parents a61af66fc99e
children bd02caa94611
comparison
equal deleted inserted replaced
655:60bfce711da4 657:715dceaa89b7
25 // Useful entry points shared by JNI and JVM interface. 25 // Useful entry points shared by JNI and JVM interface.
26 // We do not allow real JNI or JVM entry point to call each other. 26 // We do not allow real JNI or JVM entry point to call each other.
27 27
28 jclass find_class_from_class_loader(JNIEnv* env, symbolHandle name, jboolean init, Handle loader, Handle protection_domain, jboolean throwError, TRAPS); 28 jclass find_class_from_class_loader(JNIEnv* env, symbolHandle name, jboolean init, Handle loader, Handle protection_domain, jboolean throwError, TRAPS);
29 29
30 void trace_class_resolution(klassOop to_class);
30 31
31 /* 32 /*
32 * Support for Serialization and RMI. Currently used by HotSpot only. 33 * Support for Serialization and RMI. Currently used by HotSpot only.
33 */ 34 */
34 35