Re: RFC: Require VM to provide JNI 1.2 support?

2004-07-28 Thread Stephen Crawley
Folks, As of few days ago, the CVS version of Kissme supports JNI 1.2 apart from the Invocation API. Some of the new methods are untested, but I'll be addressing this in coming weeks. -- Steve ___ Classpath mailing list [EMAIL PROTECTED]

Re: RFC: Require VM to provide JNI 1.2 support?

2004-06-21 Thread Robert Lougher
Message Follows From: Dalibor Topic [EMAIL PROTECTED] To: Steven Augart [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: RFC: Require VM to provide JNI 1.2 support? Date: Mon, 21 Jun 2004 08:09:04 +0200 Steven Augart wrote: Steven Augart wrote: Mark has suggested

Re: RFC: Require VM to provide JNI 1.2 support?

2004-06-20 Thread Steven Augart
Steven Augart wrote: Mark has suggested that it might be a good idea for the next release of GNU Classpath to require that the VM provide JNI 1.2. He's asked me to post this Request for Comments on the idea. Any objections to making it JNI 1.4 instead of JNI 1.2? I believe it would not be much

Re: RFC: Require VM to provide JNI 1.2 support?

2004-06-16 Thread Steven Augart
Steven Augart wrote: Mark has suggested that it might be a good idea for the next release of GNU Classpath to require that the VM provide JNI 1.2. He's asked me to post this Request for Comments on the idea. Jikes RVM has now (as of this morning) joined the list of VMs that support JNI 1.2.

Re: RFC: Require VM to provide JNI 1.2 support?

2004-06-06 Thread Archie Cobbs
Steven Augart wrote: Classpath currently uses only JNI 1.1, except for one JNI 1.2 function in the JNI Invocation API: GetEnv(). And GetEnv() is only used in the --portable-native-sync code, so it's only actually used by Jikes RVM and Kaffe. Mark has suggested that it might be a good

Re: RFC: Require VM to provide JNI 1.2 support?

2004-06-06 Thread Dalibor Topic
Archie Cobbs wrote: Steven Augart wrote: Classpath currently uses only JNI 1.1, except for one JNI 1.2 function in the JNI Invocation API: GetEnv(). And GetEnv() is only used in the --portable-native-sync code, so it's only actually used by Jikes RVM and Kaffe. Mark has suggested that it might

Re: RFC: Require VM to provide JNI 1.2 support?

2004-06-06 Thread Robert Lougher
I'll give my hands up to this as well. JamVM 1.1.4 implements JNI 1.2 so it's no work for me either. Rob. Original Message Follows From: Dalibor Topic [EMAIL PROTECTED] To: Archie Cobbs [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: RFC: Require VM to provide

RFC: Require VM to provide JNI 1.2 support?

2004-06-05 Thread Steven Augart
Classpath currently uses only JNI 1.1, except for one JNI 1.2 function in the JNI Invocation API: GetEnv(). And GetEnv() is only used in the --portable-native-sync code, so it's only actually used by Jikes RVM and Kaffe. Mark has suggested that it might be a good idea for the next release of