Skip to content

Commit

Permalink
8264846: Regression ~5% in J2dBench.bimg_misc on Linux after JDK-8263142
Browse files Browse the repository at this point in the history
Reviewed-by: erikj, azvegint
  • Loading branch information
mrserb committed May 13, 2021
1 parent 2a2f105 commit 4086081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/modules/java.desktop/lib/Awt2dLibraries.gmk
Expand Up @@ -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 \
Expand Down

0 comments on commit 4086081

Please sign in to comment.