[
https://issues.apache.org/jira/browse/DAEMON-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Thomas closed DAEMON-225.
------------------------------
Resolution: Fixed
Fix Version/s: 1.0.8
> Remove leftovers of Kaffe VM and Sable VM
> -----------------------------------------
>
> Key: DAEMON-225
> URL: https://issues.apache.org/jira/browse/DAEMON-225
> Project: Commons Daemon
> Issue Type: Sub-task
> Components: Jsvc
> Affects Versions: Nightly Builds
> Reporter: Michael Osipov
> Fix For: 1.0.8
>
>
> Though compile support has been removed some stuff is still in the source
> code:
> {noformat}
> mosipov@hardy-heron:~/Projekte/daemon/src/native/unix$ fgrep -Rn
> --exclude=*\.svn* "SABLEVM" *
> native/java.c:331:#if defined(HAVE_SABLEVM)
> mosipov@hardy-heron:~/Projekte/daemon/src/native/unix$ fgrep -Rn
> --exclude=*\.svn* "KAFFEVM" *
> native/jsvc-unix.c:735:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
> native/arguments.c:330:#ifdef HAVE_KAFFEVM
> native/java.c:169:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
> native/java.c:214:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
> native/java.c:243:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
> native/java.c:245:#if defined(HAVE_KAFFEVM)
> native/java.c:311:#if defined(OSD_POSIX) || defined(HAVE_KAFFEVM)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)