8021266: Better life cycle for objects

Thu, 05 Sep 2013 10:29:00 -0400

author
coleenp
date
Thu, 05 Sep 2013 10:29:00 -0400
changeset 6238
7ccce1a6fa4d
parent 5880
98a2169ed7ac
child 6239
2a907fd129cb

8021266: Better life cycle for objects
Summary: Improve life cycle for objects
Reviewed-by: art, hseigel
Contributed-by: gerard.ziemski@oracle.com

src/share/vm/runtime/os.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/os.cpp	Sat Aug 24 00:14:46 2013 -0700
     1.2 +++ b/src/share/vm/runtime/os.cpp	Thu Sep 05 10:29:00 2013 -0400
     1.3 @@ -1197,9 +1197,6 @@
     1.4          "%/lib/jce.jar:"
     1.5          "%/lib/charsets.jar:"
     1.6          "%/lib/jfr.jar:"
     1.7 -#ifdef __APPLE__
     1.8 -        "%/lib/JObjC.jar:"
     1.9 -#endif
    1.10          "%/classes";
    1.11      char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep);
    1.12      if (sysclasspath == NULL) return false;

mercurial