changeset 4857:962bde0be11c

8021271: Better buffering in ObjC code Summary: Improve buffering in ObjC code Reviewed-by: serb, hseigel, coleenp Contributed-by: gerard.ziemski@oracle.com
author coleenp
date Mon, 16 Sep 2013 14:22:43 -0400
parents ca681a7f3a26
children 143a99671e52
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	Thu Sep 12 08:08:06 2013 -0700
+++ b/src/share/vm/runtime/os.cpp	Mon Sep 16 14:22:43 2013 -0400
@@ -1139,9 +1139,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;