changeset 7239:bc3a17982aae

7195481: FDS: debuginfo file for libjdwp.so is missed Reviewed-by: tbell
author erikj
date Fri, 31 May 2013 14:05:09 +0200
parents d8c97d6772cd
children c50add191a39
files make/jpda/back/Makefile makefiles/CompileNativeLibraries.gmk
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/jpda/back/Makefile	Thu May 30 09:29:26 2013 +0200
+++ b/make/jpda/back/Makefile	Fri May 31 14:05:09 2013 +0200
@@ -31,6 +31,8 @@
 LIBRARY = jdwp
 PRODUCT = jpda
 
+LIBRARY_SUPPORTS_FULL_DEBUG_SYMBOLS=1
+
 FILES_m = mapfile-vers
 
 include $(BUILDDIR)/common/Defs.gmk
--- a/makefiles/CompileNativeLibraries.gmk	Thu May 30 09:29:26 2013 +0200
+++ b/makefiles/CompileNativeLibraries.gmk	Fri May 31 14:05:09 2013 +0200
@@ -1143,7 +1143,7 @@
 			  -D "JDK_INTERNAL_NAME=jdwp" \
 			  -D "JDK_FTYPE=0x2L",\
 		OBJECT_DIR:=$(JDK_OUTPUTDIR)/objs/libjdwp,\
-		DEBUG_SYMBOLS:=$(DEBUG_ALL_BINARIES)))
+		DEBUG_SYMBOLS:=true))
 
 $(BUILD_LIBJDWP) : $(BUILD_LIBJAVA)