8021266: Better life cycle for objects
authorcoleenp
Thu, 05 Sep 2013 10:29:00 -0400
changeset 22249 cf78a1ffe921
parent 22248 34f19df648a2
child 22250 fe165bf76695
8021266: Better life cycle for objects Summary: Improve life cycle for objects Reviewed-by: art, hseigel Contributed-by: gerard.ziemski@oracle.com
hotspot/src/share/vm/runtime/os.cpp
--- a/hotspot/src/share/vm/runtime/os.cpp	Fri Jan 10 12:54:08 2014 -0800
+++ b/hotspot/src/share/vm/runtime/os.cpp	Thu Sep 05 10:29:00 2013 -0400
@@ -1262,9 +1262,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;