public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* Running frysk within an interpreter using JNI
@ 2008-06-06 21:18 Andrew Cagney
  0 siblings, 0 replies; only message in thread
From: Andrew Cagney @ 2008-06-06 21:18 UTC (permalink / raw)
  To: frysk

FYI,

I've committed a prototype set of JNI bindings sufficient to run frysk's 
testsuite and, to a limited degree, run frysk utilities using an 
interpreted environment.  So far I've got frysk-sys down to 10 failures 
(and elfutils up for two bugs :-).

Once we've nailed down the remaining problems we'll be able to switch to 
these new bindings (we can also continue to compile natively) and flush 
the CNI code.  In addition, we'll be able to switch to using SOLIBS and 
greatly reduce our executable foot print.  However, in the intervening 
period we'll need to maintain both code bases.  This shouldn't be hard 
though, by using JNIXX (a JNI binding generator), I've been able 
minimise the differences so that the new bindings look and behave 
similar to CNI.

For the curious, and to make testing easier, I've also added two scripts 
to the build tree:

Runner: a hack to make invoking an interpreter easier vis:
    $ ./Runner frysk.bindir.fhpd
    vm loaded
    (fhpd) load /bin/ls
    [0.0] Loaded executable file: /bin/ls
    (fhpd)

JniRunner: JNI equivalent to TestRunner, for running the testsuite in tree:
    $ ./JniRunner frysk.testbed.TestForkFactory
    vm loaded
    Running testDetachedDaemon(frysk.testbed.TestForkFactory) ...PASS
    Running testAttachedDaemon(frysk.testbed.TestForkFactory) ...PASS
    Time: 0.45
    OK (2 tests)

Andrew


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-06 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-06 21:18 Running frysk within an interpreter using JNI Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).