OpenJDK / jdk / hs
changeset 22249:cf78a1ffe921
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 | 34f19df648a2 |
children | fe165bf76695 |
files | hotspot/src/share/vm/runtime/os.cpp |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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;