chaokunyang commented on issue #3788:
URL: https://github.com/apache/fory/issues/3788#issuecomment-4797513241

   This is expected in 1.3.0 on jdk25. We removed `sun.misc.Unsafe` for JDK25+. 
The `--add-opens=java.base/java.lang.invoke=ALL-UNNAMED` is a requirement now.
   
   If we remove the requirement, the `Unsafe` will be introduced back again. 
The code change is minor, just use Unsafe to get a trusted loopkup, but it 
still use Unsafe.


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

Reply via email to