amitjoy / osgifx

An easy-to-use desktop application to manage OSGi frameworks remotely
http://osgifx.com
Apache License 2.0
33 stars 7 forks source link

Agent#gc() can be improved to check if explicit GC is enabled #733

Closed amitjoy closed 9 months ago

amitjoy commented 9 months ago

Calling System.gc() or Runtime.getRuntime().gc() depends on a configuration -XX:DisableExplicitGC. It would be better to check for this variable and log it if set.