comparison src/share/vm/classfile/classLoader.hpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents e522a00b91aa
children 43223d3f5dcd
comparison
equal deleted inserted replaced
8150:b66f831ac5ab 8151:b8f261ba79c6
204 static bool add_package(const char *pkgname, int classpath_index, TRAPS); 204 static bool add_package(const char *pkgname, int classpath_index, TRAPS);
205 205
206 // Initialization 206 // Initialization
207 static void setup_meta_index(); 207 static void setup_meta_index();
208 static void setup_bootstrap_search_path(); 208 static void setup_bootstrap_search_path();
209 static void setup_bootstrap_search_path(char* sys_class_path);
210 static void load_zip_library(); 209 static void load_zip_library();
211 static void create_class_path_entry(char *path, struct stat st, ClassPathEntry **new_entry, bool lazy); 210 static void create_class_path_entry(char *path, struct stat st, ClassPathEntry **new_entry, bool lazy);
212 211
213 // Canonicalizes path names, so strcmp will work properly. This is mainly 212 // Canonicalizes path names, so strcmp will work properly. This is mainly
214 // to avoid confusing the zip library 213 // to avoid confusing the zip library