apurtell opened a new pull request #2594:
URL: https://github.com/apache/hbase/pull/2594


   UnsafeAccess is observed to throw NoSuchMethodErrors running on Java 11. Some
   of our methods accept 'int' parameters and use them as parameters to Unsafe
   methods expecting 'long'. The Java 8 compiler does the implicit conversion
   but the Java 11 compiler does not. Add casts to fix. Not an issue on branch-2
   and up.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to