-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[cherrypick for 4.2] Update java allocation instrumentation library to fix issues with JDK11+ #13735
Conversation
Rebased onto the target branch for easier merging. |
Put it back, because I can't figure out the merge conflicts that github is reporting. Please rebase to the latest version of release-4.2.0-patches and update. |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
This is in preparation of importing bazelbuild#13728 which increases the size the of jar file by 2MB. PiperOrigin-RevId: 386191612
It happens to be larger on Mac than on Linux. PiperOrigin-RevId: 386403013
Part of bazelbuild#13726. Partial commit for third_party/*, see bazelbuild#13728. Signed-off-by: Yun Peng <pcloudy@google.com>
It was updated in bazelbuild@affc27f Part of bazelbuild#13726. Closes bazelbuild#13734. PiperOrigin-RevId: 386415693
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
@katre I must have been doing something wrong before, sorry for the mess. It should now work. |
Cherrypick request for 4.2.0 (#13558).
Fixes #13726.