You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mark Thomas (JIRA)" <ji...@apache.org> on 2017/11/14 15:00:12 UTC

[jira] [Closed] (DAEMON-89) JVM detection should use run-time check

     [ https://issues.apache.org/jira/browse/DAEMON-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Thomas closed DAEMON-89.
-----------------------------
    Resolution: Won't Fix

> JVM detection should use run-time check
> ---------------------------------------
>
>                 Key: DAEMON-89
>                 URL: https://issues.apache.org/jira/browse/DAEMON-89
>             Project: Commons Daemon
>          Issue Type: New Feature
>          Components: Jsvc
>    Affects Versions: Nightly Builds
>         Environment: Linux
>            Reporter: Marcus Better
>            Priority: Minor
>
> The checks for JVMs such as Kaffe or SableVM should be carried out at run-time. Currently the support for these VMs is configured at compile time, and support is conditioned on macros HAVE_KAFFEVM and HAVE_SABLEVM (see location.c and java.c). This is useless for operating systems such as Debian, which support several JVMs.
> Instead, jsvc should scan for all supported VMs on the platform at run-time.
> This should be a matter of simply removing the #ifdefs for the above macros, but I haven't tested yet.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)