-
Notifications
You must be signed in to change notification settings - Fork 173
8203367: Upgrade to freetype 2.9.1 #720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Without
index 00d35a69844..3464eb15e88 100644
--- a/jdk/make/lib/Awt2dLibraries.gmk
+++ b/jdk/make/lib/Awt2dLibraries.gmk
@@ -541,6 +541,7 @@ else
E_STATEMENT_NOT_REACHED \
E_END_OF_LOOP_CODE_NOT_REACHED, \
DISABLED_WARNINGS_microsoft := 4267 4244 4312, \
+ DISABLED_WARNINGS_gcc := implicit-fallthrough, \
LDFLAGS := $(LDFLAGS_JDKLIB) \
$(call SET_SHARED_LIBRARY_ORIGIN), \
))
which needs
openjdk/jdk11u@f74d0ae#diff-a634b106e57d9efbd1270664b8b79b2048b035a109b6f5220c4d39a4293d4458
and few others:
https://github.com/openjdk/jdk11u/blame/518c6c5dd04dda28d9468e89cc9e322b72fcbcd3/make/lib/Awt2dLibraries.gmk
|
👋 Welcome back jvanek! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
runtime/containers/docker/TestCPUAwareness.java from linux x64 nor gc/6581734/Test6581734.java |
|
In future updates, following changes to build happens:
and side one:
|
Without
which needs
openjdk/jdk11u@f74d0ae#diff-a634b106e57d9efbd1270664b8b79b2048b035a109b6f5220c4d39a4293d4458 and few others:
https://github.com/openjdk/jdk11u/blame/518c6c5dd04dda28d9468e89cc9e322b72fcbcd3/make/lib/Awt2dLibraries.gmk
Progress
Integration blocker
8203367. Please make sure it exists and is accessible.Issue
8203367.Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/720/head:pull/720$ git checkout pull/720Update a local copy of the PR:
$ git checkout pull/720$ git pull https://git.openjdk.org/jdk8u-dev.git pull/720/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 720View PR using the GUI difftool:
$ git pr show -t 720Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/720.diff