mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
parent
479ff37448
commit
dd3b980e8d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public abstract class ESVectorizationProvider {
|
||||||
static ESVectorizationProvider lookup(boolean testMode) {
|
static ESVectorizationProvider lookup(boolean testMode) {
|
||||||
final int runtimeVersion = Runtime.version().feature();
|
final int runtimeVersion = Runtime.version().feature();
|
||||||
assert runtimeVersion >= 21;
|
assert runtimeVersion >= 21;
|
||||||
if (runtimeVersion <= 23) {
|
if (runtimeVersion <= 24) {
|
||||||
// only use vector module with Hotspot VM
|
// only use vector module with Hotspot VM
|
||||||
if (Constants.IS_HOTSPOT_VM == false) {
|
if (Constants.IS_HOTSPOT_VM == false) {
|
||||||
logger.warn("Java runtime is not using Hotspot VM; Java vector incubator API can't be enabled.");
|
logger.warn("Java runtime is not using Hotspot VM; Java vector incubator API can't be enabled.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue