myandpr commented on code in PR #7145: URL: https://github.com/apache/hadoop/pull/7145#discussion_r1835724794
########## LICENSE-binary: ########## @@ -521,6 +521,11 @@ junit:junit:4.13.2 org.jacoco:org.jacoco.agent:0.8.5 +Eclipse Public License 2.0 +-------------------------- + +com.github.jnr:jnr-posix:3.1.19 Review Comment: Exactly, and the problem is that sun.misc package is no longer supported after JDK 9,even removed in a future release( related information: [https://openjdk.org/jeps/260](https://openjdk.org/jeps/260)). @slfan1989 @pan3793 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
