changeset 3843:b23760b457ce icedtea-2.3.13

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 db4c82656465
children 3442eb7ef2d2
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	Tue Nov 12 17:58:35 2013 +0000
+++ b/src/share/vm/runtime/os.cpp	Mon Sep 16 14:22:43 2013 -0400
@@ -1105,9 +1105,6 @@
         "%/lib/plugin.jar:"
         "%/lib/rhino.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;