The jvm.options assume a HotSpot JVM. They will not work as-is for OpenJDK (or J9 or any other JVM). So for example, HotSpot allows a heap size of 2g, whereas OpenJDK appears to expect 2048m instead.
You would have to go through the man page for the JVM to work out the equivalent of the HotSpot options you are setting.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.