Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static ESVectorizationProvider getInstance() {
static ESVectorizationProvider lookup(boolean testMode) {
final int runtimeVersion = Runtime.version().feature();
assert runtimeVersion >= 21;
if (runtimeVersion <= 23) {
if (runtimeVersion <= 24) {
// only use vector module with Hotspot VM
if (Constants.IS_HOTSPOT_VM == false) {
logger.warn("Java runtime is not using Hotspot VM; Java vector incubator API can't be enabled.");
Expand Down