Lines Matching refs:upstream
16 we update an `ojluni/` file from a new upstream version, and the command should
47 `ojluni_merge_to_main` will `git-merge` from the upstream branch.
68 ## 2a. Add a java test from the upstream
79 Note: `java.lang.String.IsEmpty` is a test class in the upstream repository.
87 # Upload the original upstream files to the expected_upstream branch
100 2. Expected upstream version / an upstream git tag
109 1. Add or upgrade a file from the upstream OpenJDK
111 import the file from the upstream. Later, you can merge the file and
136 3. Cherry-picking a commit from upstream
137 * You should first try to update an `ojluni/` file to a particular upstream
138 version. If you can't but still want to cherry-pick a upstream fix, you
141 * Files, e.g. Android.bp, don't come from the upstream. You can make the
198 * Preserve the upstream history. We can later `git blame` with the upstream