torito opened a new issue, #1007: URL: https://github.com/apache/arrow-java/issues/1007
### Describe the bug, including details regarding any error messages, version, and platform. In the [installation doc](https://arrow.apache.org/java/main/install.html) 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](https://github.com/apache/arrow-java/blob/ce1f3d75b25038af068b62cb9ebd35817b7a04a3/memory/memory-core/src/main/java/org/apache/arrow/memory/util/MemoryUtil.java#L141). Currently, I'm forced to fork arrow because of this limitation. A PR for this issue will be proposed -- 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]
