aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Yakavets <yakavets@google.com>2024-01-22 22:18:02 +0000
committerEugene Yakavets <yakavets@google.com>2024-01-22 22:18:02 +0000
commit133171b19a8359f4182b5fa26bb0f13dfdcc6121 (patch)
tree68a317bf69effbcd458e65dcec1ddd4d2c26407c
parentb16ed16b21587f12f11b98b6e6a954d3fc910e02 (diff)
downloadJetBrainsRuntime-133171b19a8359f4182b5fa26bb0f13dfdcc6121.tar.gz
Enable `IgnoreUnrecognizedVMOptions` by default
Option is disabled by default in OpenJDK but enabled for JBR17 (https://github.com/JetBrains/JetBrainsRuntime/pull/83) Bug: 320748345 Change-Id: If1040e9cbdfe25311228647af3da67af708bbfac
-rw-r--r--src/hotspot/share/runtime/globals.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp
index e58028bb092..a4e34dffab5 100644
--- a/src/hotspot/share/runtime/globals.hpp
+++ b/src/hotspot/share/runtime/globals.hpp
@@ -998,7 +998,7 @@ const int ObjectAlignmentInBytes = 8;
product(bool, PrintVMOptions, false, \
"Print flags that appeared on the command line") \
\
- product(bool, IgnoreUnrecognizedVMOptions, false, \
+ product(bool, IgnoreUnrecognizedVMOptions, true, \
"Ignore unrecognized VM options") \
\
product(bool, PrintCommandLineFlags, false, \