fury
fury copied to clipboard
[Java] Support deep copy in graalvm
Is your feature request related to a problem? Please describe.
Support deep copy in graalvm. Currently the fields info are built lazily, which will fail at graalvm runtime.
Describe the solution you'd like
Build fields info eagerly at graalvm build time
Additional context
#1679
Hello, I would like to take this task. Can you please provide a reference to the relevant files and directories to implement this task?
Thanks for the help
Hi @vivekkoya , thanks for contributing to fury, you can add some deep tests in src/main/java/org/apache/fury/graalvm, and see whether the copy fail