comparison src/share/vm/classfile/classLoaderExt.hpp @ 20770:02c7eebe5f52

Merge
author asaha
date Wed, 19 Nov 2014 12:52:56 -0800
parents 4cb90023bf2b
children 887a7cedb892
comparison
equal deleted inserted replaced
20769:fc1348524f65 20770:02c7eebe5f52
62 static void add_class_path_entry(const char* path, bool check_for_duplicates, 62 static void add_class_path_entry(const char* path, bool check_for_duplicates,
63 ClassPathEntry* new_entry) { 63 ClassPathEntry* new_entry) {
64 ClassLoader::add_to_list(new_entry); 64 ClassLoader::add_to_list(new_entry);
65 } 65 }
66 static void setup_search_paths() {} 66 static void setup_search_paths() {}
67
68 static void init_lookup_cache(TRAPS) {}
69 static void copy_lookup_cache_to_archive(char** top, char* end) {}
70 static char* restore_lookup_cache_from_archive(char* buffer) {return buffer;}
71 static inline bool is_lookup_cache_enabled() {return false;}
72
73 static bool known_to_not_exist(JNIEnv *env, jobject loader, const char *classname, TRAPS) {return false;}
74 static jobjectArray get_lookup_cache_urls(JNIEnv *env, jobject loader, TRAPS) {return NULL;}
75 static jintArray get_lookup_cache(JNIEnv *env, jobject loader, const char *pkgname, TRAPS) {return NULL;}
67 }; 76 };
68 77
69 #endif // SHARE_VM_CLASSFILE_CLASSLOADEREXT_HPP 78 #endif // SHARE_VM_CLASSFILE_CLASSLOADEREXT_HPP