diff options
| author | Elliot Barlas <elliotbarlas@gmail.com> | 2024-01-20 04:56:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 13:56:27 +0100 |
| commit | eaf87689f5c9f949f5e710ae1a18c4e9ee5af4a8 (patch) | |
| tree | a5982aa0db357929eae1664ba159c7095e347d8c /calculate_average_ebarlas.sh | |
| parent | f435d64dffdc43a8d5b59c09461fd49cc2b9f1c0 (diff) | |
Use Arena MemorySegments rather than ByteBuffers. (#505)
Diffstat (limited to 'calculate_average_ebarlas.sh')
| -rwxr-xr-x | calculate_average_ebarlas.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calculate_average_ebarlas.sh b/calculate_average_ebarlas.sh index 422867d..2bd59d4 100755 --- a/calculate_average_ebarlas.sh +++ b/calculate_average_ebarlas.sh @@ -15,5 +15,5 @@ # limitations under the License. # -JAVA_OPTS="" +JAVA_OPTS="--enable-preview" java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_ebarlas |
