comparison src/share/vm/runtime/arguments.hpp @ 15012:289a017dd9e2

reduced upstream delta
author Doug Simon <doug.simon@oracle.com>
date Mon, 07 Apr 2014 20:52:09 +0200
parents 4ca6dc0799b6
children 52b4284cb496
comparison
equal deleted inserted replaced
15011:c8e575742f36 15012:289a017dd9e2
262 static SystemProperty *_sun_boot_library_path; 262 static SystemProperty *_sun_boot_library_path;
263 static SystemProperty *_java_library_path; 263 static SystemProperty *_java_library_path;
264 static SystemProperty *_java_home; 264 static SystemProperty *_java_home;
265 static SystemProperty *_java_class_path; 265 static SystemProperty *_java_class_path;
266 static SystemProperty *_sun_boot_class_path; 266 static SystemProperty *_sun_boot_class_path;
267 #ifdef GRAAL
268 static SystemProperty *_graal_gpu_isalist;
269 #endif
270 267
271 // Meta-index for knowing what packages are in the boot class path 268 // Meta-index for knowing what packages are in the boot class path
272 static char* _meta_index_path; 269 static char* _meta_index_path;
273 static char* _meta_index_dir; 270 static char* _meta_index_dir;
274 271