dongjoon-hyun commented on pull request #611:
URL: https://github.com/apache/orc/pull/611#issuecomment-757409176


   FYI, here is the difference.
   ```
   $ jshell
   |  Welcome to JShell -- Version 11.0.9
   |  For an introduction type: /help intro
   
   jshell> java.nio.Buffer.class.getDeclaredField("address").setAccessible(true)
   ```
   
   ```
   $ jshell
   |  Welcome to JShell -- Version 17-ea
   |  For an introduction type: /help intro
   
   jshell> java.nio.Buffer.class.getDeclaredField("address").setAccessible(true)
   |  Exception java.lang.reflect.InaccessibleObjectException: Unable to make 
field long java.nio.Buffer.address accessible: module java.base does not "opens 
java.nio" to unnamed module @6d03e736
   |        at AccessibleObject.checkCanSetAccessible 
(AccessibleObject.java:357)
   |        at AccessibleObject.checkCanSetAccessible 
(AccessibleObject.java:297)
   |        at Field.checkCanSetAccessible (Field.java:177)
   |        at Field.setAccessible (Field.java:171)
   |        at (#1:1)
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to