8001753: build-infra: mismatch with full debug symbol control for hotspot
Summary: Changing boolean values of ENABLE_DEBUG_SYMBOLS.
Reviewed-by: dholmes, ohair
--- a/jdk/makefiles/CompileNativeLibraries.gmk Thu Dec 06 12:09:33 2012 +0100
+++ b/jdk/makefiles/CompileNativeLibraries.gmk Tue Dec 11 12:27:34 2012 +0100
@@ -125,7 +125,7 @@
LIBVERIFY_OPTIMIZATION:=HIGH
ifneq ($(findstring $(OPENJDK_TARGET_OS),solaris linux),)
- ifeq ($(ENABLE_DEBUG_SYMBOLS), yes)
+ ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
LIBVERIFY_OPTIMIZATION:=LOW
endif
endif
@@ -1645,7 +1645,7 @@
LIBMANAGEMENT_OPTIMIZATION:=HIGH
ifneq ($(findstring $(OPENJDK_TARGET_OS),solaris linux),)
- ifeq ($(ENABLE_DEBUG_SYMBOLS), yes)
+ ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
LIBMANAGEMENT_OPTIMIZATION:=LOW
endif
endif
@@ -1688,7 +1688,7 @@
LIBHPROF_OPTIMIZATION:=HIGHEST
ifneq ($(findstring $(OPENJDK_TARGET_OS),solaris linux),)
- ifeq ($(ENABLE_DEBUG_SYMBOLS), yes)
+ ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
LIBHPROF_OPTIMIZATION:=LOW
endif
endif