src/hotspot/share/memory/filemap.hpp
changeset 54340 2221f042556d
parent 53884 1a7b57d02107
child 54780 f8d182aedc92
equal deleted inserted replaced
54339:f69a2f675f19 54340:2221f042556d
   301   static void check_nonempty_dir_in_shared_path_table();
   301   static void check_nonempty_dir_in_shared_path_table();
   302   bool validate_shared_path_table();
   302   bool validate_shared_path_table();
   303   static void update_shared_classpath(ClassPathEntry *cpe, SharedClassPathEntry* ent, TRAPS);
   303   static void update_shared_classpath(ClassPathEntry *cpe, SharedClassPathEntry* ent, TRAPS);
   304 
   304 
   305 #if INCLUDE_JVMTI
   305 #if INCLUDE_JVMTI
   306   static ClassFileStream* open_stream_for_jvmti(InstanceKlass* ik, TRAPS);
   306   static ClassFileStream* open_stream_for_jvmti(InstanceKlass* ik, Handle class_loader, TRAPS);
   307 #endif
   307 #endif
   308 
   308 
   309   static SharedClassPathEntry* shared_path(int index) {
   309   static SharedClassPathEntry* shared_path(int index) {
   310     if (index < 0) {
   310     if (index < 0) {
   311       return NULL;
   311       return NULL;