ppkarwasz commented on PR #1647:
URL: https://github.com/apache/logging-log4j2/pull/1647#issuecomment-1660531793

   This time the JDK 9+ solution does exactly the same as the JDK 8 solution: 
[`Unsafe#invokeCleaner()`](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/jdk/internal/misc/Unsafe.java#L3850)
 was introduced to compensate the loss of access to the `jdk.internal` package.
   
   The only thing I am worried about here is what happens on Android or IBM.


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

Reply via email to