# HG changeset patch # User coleenp # Date 1378391340 14400 # Node ID 7ccce1a6fa4df52890a6200f7212892c8d9dc7ad # Parent 98a2169ed7acbb892b9f912e61e9e9f2e3e555a1 8021266: Better life cycle for objects Summary: Improve life cycle for objects Reviewed-by: art, hseigel Contributed-by: gerard.ziemski@oracle.com diff -r 98a2169ed7ac -r 7ccce1a6fa4d src/share/vm/runtime/os.cpp --- a/src/share/vm/runtime/os.cpp Sat Aug 24 00:14:46 2013 -0700 +++ b/src/share/vm/runtime/os.cpp Thu Sep 05 10:29:00 2013 -0400 @@ -1197,9 +1197,6 @@ "%/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;