/hg/release/icedtea7-forest-2.3/hotspot: 8021271: Better bufferi...
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Tue Jan 14 13:06:20 PST 2014
changeset b23760b457ce in /hg/release/icedtea7-forest-2.3/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot?cmd=changeset;node=b23760b457ce
author: coleenp
date: Mon Sep 16 14:22:43 2013 -0400
8021271: Better buffering in ObjC code
Summary: Improve buffering in ObjC code
Reviewed-by: serb, hseigel, coleenp
Contributed-by: gerard.ziemski at oracle.com
diffstat:
src/share/vm/runtime/os.cpp | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (13 lines):
diff -r db4c82656465 -r b23760b457ce src/share/vm/runtime/os.cpp
--- 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;
More information about the distro-pkg-dev
mailing list