Describe the bug, including details regarding any error messages, version, and platform.
In the installation doc it is stated we should include some --add-opens to the JVM, however, in my scenario, is impossible to add those flags as I cannot control how the JVM is launched.
Currently, my application don't even start, because the MemoryUtil class is not loaded because an Exception in the static scope.
Currently, I'm forced to fork arrow because of this limitation.
A PR for this issue will be proposed