8264846: Regression ~5% in J2dBench.bimg_misc on Linux after JDK-8263142

Reviewed-by: erikj, azvegint
This commit is contained in:
Sergey Bylokhov 2021-05-13 23:41:56 +00:00
parent 2a2f105a56
commit 4086081306

View File

@ -139,7 +139,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBAWT, \
EXTRA_SRC := $(LIBAWT_EXTRA_SRC), \
EXCLUDES := $(LIBAWT_EXCLUDES), \
EXCLUDE_FILES := $(LIBAWT_EXFILES), \
OPTIMIZATION := LOW, \
OPTIMIZATION := HIGHEST, \
CFLAGS := $(CFLAGS_JDKLIB) $(LIBAWT_CFLAGS), \
EXTRA_HEADER_DIRS := $(LIBAWT_EXTRA_HEADER_DIRS), \
DISABLED_WARNINGS_gcc := sign-compare unused-result maybe-uninitialized \