8021266: Better life cycle for objects

Improve life cycle for objects

Reviewed-by: art, hseigel
This commit is contained in:
Gerard Ziemski 2013-09-05 10:29:00 -04:00 committed by Coleen Phillimore
parent a665235538
commit 4c43299be6

View File

@ -1262,9 +1262,6 @@ bool os::set_boot_path(char fileSep, char pathSep) {
"%/lib/jce.jar:"
"%/lib/charsets.jar:"
"%/lib/jfr.jar:"
#ifdef __APPLE__
"%/lib/JObjC.jar:"
#endif
"%/classes";
char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep);
if (sysclasspath == NULL) return false;