Skip to content

Commit

Permalink
Update version range in jvm.options for the Panama Vector API (elasti…
Browse files Browse the repository at this point in the history
…c#99846)

This commit updates the version range in jvm.options for the Panama Vector API. The range is updated from just a single value 20, to a range starting from 20 with no upper bound. This effectively enables the Panama Vector API for use in Lucene on all JDK versions greater than 19.
  • Loading branch information
ChrisHegarty committed Sep 23, 2023
1 parent 76a372e commit dbbe7e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/src/config/jvm.options
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# Leverages accelerated vector hardware instructions; removing this may
# result in less optimal vector performance
20:--add-modules=jdk.incubator.vector
20-:--add-modules=jdk.incubator.vector

## heap dumps

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/99846.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 99846
summary: Update version range in `jvm.options` for the Panama Vector API
area: Vector Search
type: bug
issues: []

0 comments on commit dbbe7e0

Please sign in to comment.