--- old/make/launcher/LauncherCommon.gmk 2018-11-27 16:20:34.041242014 +0100 +++ new/make/launcher/LauncherCommon.gmk 2018-11-27 16:20:33.877243297 +0100 @@ -30,7 +30,7 @@ # On Mac, we have always exported all symbols, probably due to oversight # and/or misunderstanding. To emulate this, don't hide any symbols # by default. -# On AIX/xlc we need at least xlc 13.1 for the symbol hiding +# On AIX/xlc we need at least xlc 13.1 for the symbol hiding (see JDK-8214063) # Also provide an override for non-conformant libraries. ifeq ($(TOOLCHAIN_TYPE), gcc) LAUNCHER_CFLAGS += -fvisibility=hidden @@ -39,10 +39,6 @@ LAUNCHER_CFLAGS += -fvisibility=hidden else ifeq ($(TOOLCHAIN_TYPE), solstudio) LAUNCHER_CFLAGS += -xldscope=hidden -else ifeq ($(TOOLCHAIN_TYPE), xlc) - ifneq ($(CC_VERSION_NUMBER), 12.1) - CXXFLAGS_JDKEXE += -qvisibility=hidden - endif endif LAUNCHER_SRC := $(TOPDIR)/src/java.base/share/native/launcher