classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Wrapping all native methods in VM... classes


From: Ewout Prangsma
Subject: Wrapping all native methods in VM... classes
Date: Wed, 14 Apr 2004 10:12:43 +0200

Hi all,

In JNode we're also using a version of classpath, which I'm trying to get as
close to the latest classpath version as possible.
A topic that makes this difficult is that there are a lot of native methods
in the normal classes (e.g. java.lang.Double). Since JNode does not use
native method (except in 1 VM specific class), I'm stuck with lots of diffs.

Is it possible to move all the native methods to these VM.... classes so
every VM can decide whether to use native or something else?

If needed i don't mind to help out to get this done.

Ewout





reply via email to

[Prev in Thread] Current Thread [Next in Thread]