abstractdog commented on PR #397:
URL: https://github.com/apache/tez/pull/397#issuecomment-2747674575
is it about to compile on JDK8 and run on JDK17 scenario?
it fails on this line according to Jira (line 949)
```
reserved.mark();
```
please confirm if the error is because:
1. the compiler saw a version of ByteBuffer.mark() that returns a ByteBuffer.
2. at runtime, the JVM is using a different version of ByteBuffer where
mark() exists but returns something else (as you mentioned, HeapByteBuffer)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]