From owner-freebsd-java Wed Sep 9 10:19:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14297 for freebsd-java-outgoing; Wed, 9 Sep 1998 10:19:57 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from manchester.genrad.com (x229.genrad.co.uk [195.99.3.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14290 for ; Wed, 9 Sep 1998 10:19:53 -0700 (PDT) (envelope-from swindellsr@genrad.co.uk) Date: Wed, 9 Sep 1998 10:19:53 -0700 (PDT) Message-Id: <199809091719.KAA14290@hub.freebsd.org> Received: from CDP275.uk.genrad.com by manchester.genrad.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8) id RRCMGBAC; Wed, 9 Sep 1998 18:19:41 +0100 From: Robert Swindells To: alk@pobox.com CC: freebsd-java@FreeBSD.ORG In-reply-to: <13814.46288.737653.240366@compound.east> (message from Tony Kimball on Wed, 9 Sep 1998 12:07:00 -0500 (CDT)) Subject: Re: Daemonising a Java Process: Possible? Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tony Kimball wrote: >: >(That is, >: >disregarding for the moment the possibility of sufficient Solaris x86 >: >ABI support to allow the use of Solaris' libsunwjit.so.) >I'm still hoping someone will comment on this:-) I suppose this might work if there was an ELF version of our JDK. >: I am currently looking at taking the JIT from Kaffe-0.9.2 and building it >: into a shared library that will load into our JDK. >Please do share your findings! The other obvious possibility is >using the gjc stuff; but that is GPL, and is likely to leak memory >(not being designed as part of a long-lived jvm) -- unless you >add boehm gc! I have got a skeleton shared library that gets loaded correctly by the java.lang.Compiler class. Basically everything seems to work as described in the "Java Native Code API" document. Robert Swindells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message