changeset 6389:57edb17161c9

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:17 -0400
parents 7b65a4d96959
children d55cba0ac5ee
files make/common/Release.gmk make/java/Makefile
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/Release.gmk	Thu Dec 26 17:50:47 2013 +0000
+++ b/make/common/Release.gmk	Mon Sep 16 14:22:17 2013 -0400
@@ -851,10 +851,6 @@
 	    $(BOOT_JAVA_CMD) -jar $(BUILDMETAINDEX_JARFILE) \
 		-o meta-index *.jar
 	@$(CD) $(JRE_IMAGE_DIR)/lib/ext && $(java-vm-cleanup)
-ifeq ($(PLATFORM), macosx)
-	@#install jobjc, apple mac only
-	$(CP) $(OUTPUTDIR)/JObjC.build/JObjC.jar $(JRE_IMAGE_DIR)/lib/JObjC.jar
-endif # macosx
 ifeq ($(PLATFORM), windows)
 	@# Remove certain *.lib files
 	$(CD) $(JRE_IMAGE_DIR)/lib && \
--- a/make/java/Makefile	Thu Dec 26 17:50:47 2013 +0000
+++ b/make/java/Makefile	Mon Sep 16 14:22:17 2013 -0400
@@ -57,10 +57,6 @@
   SUBDIRS += jexec
 endif # PLATFORM
 
-ifeq ($(PLATFORM), macosx)
-  SUBDIRS += jobjc
-endif # PLATFORM
-
 include $(BUILDDIR)/common/Subdirs.gmk
 
 all build clean clobber::