mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-27 19:50:37 +02:00
Revert "Set system property to run GraalVM Truffle on unsupported platforms (#5715)"
This reverts commit 5a8886a06f.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user