changeset 5774:7ccce1a6fa4d

8021266: Better life cycle for objects Summary: Improve life cycle for objects Reviewed-by: art, hseigel Contributed-by: gerard.ziemski@oracle.com
author coleenp
date Thu, 05 Sep 2013 10:29:00 -0400
parents 98a2169ed7ac
children 2a907fd129cb
files src/share/vm/runtime/os.cpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;