hotspot/src/share/vm/prims/jvm_misc.hpp
changeset 2269 ee9da33d43ab
parent 1 489c9b5090e2
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2267:2e18a3d0155b 2269:ee9da33d43ab
    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