We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c454d0 commit f1fd7b7Copy full SHA for f1fd7b7
calculate_average_ianopolousfast.sh
@@ -15,7 +15,6 @@
15
# limitations under the License.
16
#
17
18
-JAVA_OPTS="--enable-preview --add-modules=jdk.incubator.vector"
19
-#-Djdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK=0 -XX:-UseTransparentHugePages"
+JAVA_OPTS="--enable-preview --add-modules=jdk.incubator.vector -Djdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK=0 -XX:-UseTransparentHugePages"
20
21
java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_ianopolousfast
0 commit comments