Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bincompat for ByteBuffer#rewind#1451

Closed
jeremyrsmith wants to merge 1 commit intomasterpolynote/polynote:masterfrom
fix-rewind-bincompatpolynote/polynote:fix-rewind-bincompatCopy head branch name to clipboard
Closed

Bincompat for ByteBuffer#rewind#1451
jeremyrsmith wants to merge 1 commit intomasterpolynote/polynote:masterfrom
fix-rewind-bincompatpolynote/polynote:fix-rewind-bincompatCopy head branch name to clipboard

Conversation

@jeremyrsmith
Copy link
Contributor

JDK17 introduces a new overload of this method. When you build on JDK17, it selects that version which makes in binary incompatible with JDK8.

This fixes it by only using rewind from the parent class Buffer.

JDK17 introduces a new overload of this method. When you build on JDK17, it selects that version which makes in binary incompatible with JDK8.

This fixes it by only using `rewind` from the parent class `Buffer`.
@jeremyrsmith
Copy link
Contributor Author

I think we'll prefer #1452, assuming it works correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.