Revert "Set system property to run GraalVM Truffle on unsupported platforms (#5715)"

This reverts commit 5a8886a06f.
This commit is contained in:
Holger Friedrich
2026-07-15 12:45:02 +02:00
parent 5a8886a06f
commit fef0487f43
@@ -38,10 +38,6 @@ public final class Activator implements BundleActivator {
@Override
public void start(@Nullable BundleContext bc) throws Exception {
logger.info("Starting openHAB {} ({})", OpenHAB.getVersion(), OpenHAB.buildString());
// Enable GraalVM Truffle to run on unsupported platforms, e.g., BSD
System.setProperty("polyglot.engine.allowUnsupportedPlatform", "true");
ServiceReference<ConfigurationAdmin> ref;
if (bc != null && (ref = bc.getServiceReference(ConfigurationAdmin.class)) != null) {
ConfigurationAdmin ca = bc.getService(ref);