src/share/vm/prims/jvm_misc.hpp

changeset 2497
3582bf76420e
parent 2314
f95d63e2154a
child 2708
1d1603768966
equal deleted inserted replaced
2496:27e4ea99855d 2497:3582bf76420e
29 #include "runtime/handles.hpp" 29 #include "runtime/handles.hpp"
30 30
31 // Useful entry points shared by JNI and JVM interface. 31 // Useful entry points shared by JNI and JVM interface.
32 // We do not allow real JNI or JVM entry point to call each other. 32 // We do not allow real JNI or JVM entry point to call each other.
33 33
34 jclass find_class_from_class_loader(JNIEnv* env, symbolHandle name, jboolean init, Handle loader, Handle protection_domain, jboolean throwError, TRAPS); 34 jclass find_class_from_class_loader(JNIEnv* env, Symbol* name, jboolean init, Handle loader, Handle protection_domain, jboolean throwError, TRAPS);
35 35
36 void trace_class_resolution(klassOop to_class); 36 void trace_class_resolution(klassOop to_class);
37 37
38 /* 38 /*
39 * Support for Serialization and RMI. Currently used by HotSpot only. 39 * Support for Serialization and RMI. Currently used by HotSpot only.

mercurial