[cp-patches] FYI: java/rmi/server/UID.java constructor fix

2006-03-08 Thread Audrius Meskauskas
2006-03-07 Audrius Meskauskas [EMAIL PROTECTED] * java/rmi/server/UID.java (constructor): Assing last and time fields after pause. Index: UID.java === RCS file: /sources/classpath/classpath/java/rmi/server/UID.java,v

[cp-patches] [Patch] InetSocketAddress.createUnresolved()

2006-03-08 Thread Michael Koch
Hello list, I commited the attached patch to introduce a new method from 1.5. I backed it up by a new mauve testcase which I will commit soon. Cheers, Michael 2006-03-08 Michael Koch [EMAIL PROTECTED] * java/net/InetSocketAddress.java

[cp-patches] RFC: add generated serialUID

2006-03-08 Thread Arnaud Vandyck
Hi all, While playing with Eclipse and Classpath, I added some generated serialUID (warnings: 3586 - 3543). Here is the changelog: 2006-03-08 Arnaud Vandyck [EMAIL PROTECTED] * examples/gnu/classpath/examples/awt/Demo.java,

[cp-patches] FYI: ProgressMonitor/ProgressMonitorInputStream API doc updates

2006-03-08 Thread David Gilbert
This patch (committed) adds some API docs to a couple of Swing classes: 2006-03-08 David Gilbert [EMAIL PROTECTED] * javax/swing/ProgressMonitor.java: Updated API docs, * javax/swing/ProgressMonitorInputStream.java: Likewise. Regards, Dave Index:

Re: [cp-patches] Patch: GridBagLayout fix

2006-03-08 Thread Lillian Angel
There were more problems with GetLayoutInfo. After attempting to fix them, I realized it was because of the last component added to the layout. If the last component had a gridwidth == REMAINDER, it sets a variable (current_y) to be the starting point for the next component. Therefore, we should

[cp-patches] FYI: Chages in tools build script (26584 fix).

2006-03-08 Thread Audrius Meskauskas
This changes the build script so that only tools.zip and the single shared tools related README are installed. The source code is no longer installed. 2006-03-08 Audrius Meskauskas [EMAIL PROTECTED] PR 26584 * tools/Makefile.am (install-data-local, uninstall-local): Install/uninstall

[cp-patches] FYI:Documenting and formatting java/rmi/server/ObjID.java

2006-03-08 Thread Audrius Meskauskas
This class was not properly documented. 2006-03-08 Audrius Meskauskas [EMAIL PROTECTED] * java/rmi/server/ObjID.java: Documented and autoformatted. Index: ObjID.java === RCS file:

[cp-patches] FYI:Increasing reliability or getting the ID of virtual machine in java/rmi/server/UID

2006-03-08 Thread Audrius Meskauskas
This patch tries to get the VM-specific code more reliably, adding the hash code of the local host string. 2006-03-08 Audrius Meskauskas [EMAIL PROTECTED] * java/rmi/server/UID.java (getMachineId): Include the host IP address. Index: UID.java

Re: [cp-patches] [RFA/JDWP] VMMethod

2006-03-08 Thread Keith Seitz
Tom Tromey wrote: Keith == Keith Seitz [EMAIL PROTECTED] writes: Keith If someone could double-check the coding style/standard, I would Keith appreciate it. I have not yet had any luck with running efj. Looks fine to me. Lacking any objections, I've committed this patch. Thanks for taking

Re: JNI calls that don't return

2006-03-08 Thread Ian Rogers
Hi David, I agree the quote is from a book and that book isn't a specification. As core library writers people can do what they want with the JNI specification and just claim the JVM is broken if it has green threads. The book which is targetting application writers who must writer code to

Re: JNI calls that don't return

2006-03-08 Thread Andrew Haley
Ian Rogers writes: Andrew Haley wrote: Ian Rogers writes: Thanks for the replies. I have worked further on this and the particular issue isn't with GC barriers but with M-to-N threading. It's possible that I'm completely missing the point here, but cannot we simply

Re: JNI calls that don't return

2006-03-08 Thread Ian Rogers
Andrew Haley wrote: Currently, to the best of my knowledge, classpath's gtk peer code isn't working with any JVM with M-to-N threading. No, that's not true, is it? Surely it works correctly if blocking system calls are correctly hooked by the thread library. Andrew. According to:

Re: JNI calls that don't return

2006-03-08 Thread Andrew Haley
Ian Rogers writes: Andrew Haley wrote: Currently, to the best of my knowledge, classpath's gtk peer code isn't working with any JVM with M-to-N threading. No, that's not true, is it? Surely it works correctly if blocking system calls are correctly hooked by the thread

Re: Running Mauve tests with JUnit

2006-03-08 Thread Dalibor Topic
On Wed, Mar 08, 2006 at 10:40:55AM +, David Gilbert wrote: I didn't get any feedback about this...anyone think it is a good/bad idea? excellent idea in my opinion. Have you looked at graydon's junit mauve bridge at http://sources.redhat.com/ml/mauve-discuss/2003-q4/msg3.html ? If we do

Re: JNI calls that don't return

2006-03-08 Thread Ian Rogers
Andrew Haley wrote: Maybe you know something I don't. Is there any wordage in the JNI spec that forbids blocking calls, or suggests that this might be problematic? Is there any wordage in the JNI spec that allows the Jikes RVM to behave in the way that it does with repect to blocking calls?

Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Dalibor Topic
On Tue, Mar 07, 2006 at 01:49:42PM +0100, Philippe Laporte wrote: Michael Koch wrote: On Tue, Mar 07, 2006 at 01:28:10PM +0100, Philippe Laporte wrote: - Sable has a large and active community In the last time the project seems to be very inactive except some mails on the

Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Philippe Laporte
Hi, You are some character! Luckily you are not the standard... These questions must be asked. They are not attacks. That is your own cultural-specific interpretation... I am an independent party seeking the best embedded VM, that's it, that's all. Regards, Philippe Laporte Software

Re: WinCE

2006-03-08 Thread Philippe Laporte
Hi, I don't believe in having a thousand VM projects. Mysaifu is nowhere near anything specs compliant. Let's have focus. Regards, Philippe Laporte Software Gatespace Telematics Första Långgatan 18 41328 Göteborg Sweden Phone: +46 702 04 35 11 Fax: +46 31 24 16 50 Email: [EMAIL

Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Philippe Laporte
Hi, I'm forwarding this to other relevant lists as well. The 770 window manager is Matchbox: http://projects.o-hand.com/matchbox/ Is the color map problem already assigned to someone? Best Regards, Philippe Laporte Software Gatespace Telematics Första Långgatan 18 41328 Göteborg Sweden

Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Philippe Laporte
Dalibor Topic wrote: On Tue, Mar 07, 2006 at 02:37:17PM +0100, Philippe Laporte wrote: If you link native to a GPL VM, then that code must also be GPL, no? That is an absolute requirement in the embedded world... That is true. But running java bytecode in with a

Re: JNI calls that don't return

2006-03-08 Thread Andrew Haley
David P Grove writes: The historical reasons why Jikes RVM uses green threads aren't that relevant to this list, so I'll just direct any one who cares to recent discussion on the Jikes RVM core list. Personally, I think Jikes RVM should be moving to native threading mainly to make it

Re: WinCE

2006-03-08 Thread S. Meslin-Weber
On Wed, Mar 08, 2006 at 01:40:43PM +0100, Philippe Laporte wrote: Hi, I don't believe in having a thousand VM projects. Mysaifu is nowhere near anything specs compliant. I doubt very much that Michael implied mysaifu was either complete, mature or spec compliant. Indeed, your original

Re: Running Mauve tests with JUnit

2006-03-08 Thread David Gilbert
Hi Dalibor, I had meant to keep this on the Mauve lists, but I'll reply to the Classpath list also... Dalibor Topic wrote: On Wed, Mar 08, 2006 at 10:40:55AM +, David Gilbert wrote: I didn't get any feedback about this...anyone think it is a good/bad idea? excellent idea in my

Re: JNI calls that don't return

2006-03-08 Thread David P Grove
The historical reasons why Jikes RVM uses green threads aren't that relevant to this list, so I'll just direct any one who cares to recent discussion on the Jikes RVM core list. Personally, I think Jikes RVM should be moving to native threading mainly to make it easier to run apps with native

[Bug classpath/26599] MechDisplay bugs in MegaMek

2006-03-08 Thread langel at redhat dot com
--- Comment #1 from langel at redhat dot com 2006-03-08 15:26 --- Created an attachment (id=10990) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10990action=view) Weapons Display test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26599

best CACAO release ever

2006-03-08 Thread Christian Thalinger
Found here: http://www.ibiblio.org/javafaq/1997.html Quote: Thursday, February 20, 1997 Andreas Krall has released CACAO 0.1, a free 64 bit JIT compiler for JAVA for Alpha systems running Linux or Digital Unix. CACAO executes Java programs up to 25 times faster than the JDK interpreter and

Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Tom Tromey
Philippe == Philippe Laporte [EMAIL PROTECTED] writes: Philippe Luckily you are not the standard... True, but I think he's pretty fairly representing the community baseline. Philippe These questions must be asked. They are not attacks. That is your own Philippe cultural-specific

[Bug swing/26606] [Patch] Implement javax.swing.SpringLayout fully

2006-03-08 Thread caolanm at redhat dot com
--- Comment #1 from caolanm at redhat dot com 2006-03-08 17:29 --- Created an attachment (id=10991) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10991action=view) patch to implement -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26606

[Bug swing/26606] New: [Patch] Implement javax.swing.SpringLayout fully

2006-03-08 Thread caolanm at redhat dot com
If you take all the SpringLayout examples at http://java.sun.com/docs/books/tutorial/uiswing/layout/example-1dot4/index.html#SpringDemo3 and build them against gcj they won't behave the same as with sunjava. Our springlayout implementation is only partial. Attached is a (I think) full

Re: Java 5 features

2006-03-08 Thread Tom Tromey
Michael == Michael Koch [EMAIL PROTECTED] writes: Michael What is the state of support for the Java 5 language features Michael in Mauve? Is it okay to use Generics and Enums and such Michael stuff in testcases that are tagged 1.5? I would like to Michael commit some testcases that use Generics

Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Philippe Laporte
Hej, Well, see that's my outsider take. In my view people should join efforts independently of egos. Perhaps I am too idealistic... I am trying to provoke some kind of debate and hopefully resolution of open issues... I will soon launch a project of projects where people from

[Fwd: Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770]

2006-03-08 Thread Philippe Laporte
I'd like to add that Robert and I understand each other. That should be obvious if you look at the Jam recent posts... give me a chance here, I'm all good-will... Original Message Subject:Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770 Date: Wed, 08

Re: WinCE

2006-03-08 Thread Philippe Laporte
Hi, What would be the possible hurdles, off the top-of-your-head? Didn't kaffe have a CE port? How much of the kaffe code has been integrated to classpath? Which AWT should be used? Good old Biss or GTK+? Thanks a lot, -- Philippe Laporte Software Gatespace Telematics Första Långgatan

Re: WinCE

2006-03-08 Thread Dalibor Topic
On Thu, 2006-03-09 at 00:12 +0100, Philippe Laporte wrote: Hi, What would be the possible hurdles, off the top-of-your-head? Didn't kaffe have a CE port? That's KaffeCE. It does not use GNU Classpath, but instead uses the old Kaffe class library. In theory, the code could be merged

Re: WinCE

2006-03-08 Thread Tom Tromey
Philippe == Philippe Laporte [EMAIL PROTECTED] writes: Philippe What would be the possible hurdles, off the top-of-your-head? I don't know anything about WinCE, I'm afraid. Perhaps a look at Mysaifu would show something... it would be nice if we could get native stuff from that VM integrated

Re: WinCE

2006-03-08 Thread Anthony Green
On Thu, 2006-03-09 at 00:12 +0100, Philippe Laporte wrote: Hi, What would be the possible hurdles, off the top-of-your-head? Voxware has an arm wince port of gcj. Just poke around on the gcj mailing list to find some details or to follow up with them. AG

Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Etienne Gagnon
Hi Dalibor, You just managed to insult the SableVM team. Please stop this; it is unworthy of a great project leader as you. To all involved in this latest waste of bandwidth, please stop this falmewaring. I am tired of all this. As my team and me have been directly attacked, I have to answer

Where's the love?

2006-03-08 Thread Brian Jones
Etienne Gagnon wrote: Hi Dalibor, You just managed to ... Thanks guys for making my inbox more interesting. I'd go read the harmony mailing lists but I'm pretty sure something over there would tick me off. I'm not following Harmony too closely (so let me talk out my ... a moment) but

Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Andrew Pinski
On Mar 9, 2006, at 12:05 AM, Etienne Gagnon wrote: b) a few years ago, Richard Stallman's answered my questions about using the GNU GPL for SableVM, and he even proposed a GNU GPL exception for SableVM. You might actually remember that I reused this text as a basis for drafting the current

Re: [Jamvm-general] Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Andrew Pinski
On Mar 9, 2006, at 12:05 AM, Etienne Gagnon wrote: b) a few years ago, Richard Stallman's answered my questions about using the GNU GPL for SableVM, and he even proposed a GNU GPL exception for SableVM. You might actually remember that I reused this text as a basis for drafting the

Love, love, love, not licenses!

2006-03-08 Thread Etienne Gagnon
Hi Andrew, Please don't restart the license talks! See below for some hint about potential problems in one of the exceptions. For the rest, please search the archives, or use the Classpath license Wiki. Here's one problem with the license below: - Are you allowed to modify the library and

[commit-cp] classpath java/rmi/server/UID.java ./ChangeLog

2006-03-08 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/03/08 07:57:03 Modified files: java/rmi/server: UID.java . : ChangeLog Log message: 2006-03-07 Audrius Meskauskas [EMAIL

[commit-cp] classpath ./ChangeLog java/net/InetSocketAddres...

2006-03-08 Thread Michael Koch
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Michael Koch [EMAIL PROTECTED]06/03/08 08:06:19 Modified files: . : ChangeLog java/net : InetSocketAddress.java Log message: 2006-03-08 Michael Koch

[commit-cp] classpath ./ChangeLog java/net/Proxy.java [generics-branch]

2006-03-08 Thread Michael Koch
CVSROOT:/sources/classpath Module name:classpath Branch: generics-branch Changes by: Michael Koch [EMAIL PROTECTED]06/03/08 12:01:37 Modified files: . : ChangeLog java/net : Proxy.java Log message: 2006-03-08 Michael

[commit-cp] classpath ./ChangeLog javax/swing/ProgressMonit...

2006-03-08 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/03/08 16:46:09 Modified files: . : ChangeLog javax/swing: ProgressMonitor.java

[commit-cp] classpath ./ChangeLog java/awt/GridBagLayout.java

2006-03-08 Thread Lillian Angel
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/03/08 20:04:13 Modified files: . : ChangeLog java/awt : GridBagLayout.java Log message: 2006-03-08 Lillian Angel

[commit-cp] classpath tools/Makefile.am ./ChangeLog tools/g...

2006-03-08 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/03/08 21:17:51 Modified files: tools : Makefile.am . : ChangeLog tools/gnu/classpath/tools/giop: README Added

[commit-cp] classpath ./ChangeLog java/rmi/server/ObjID.java

2006-03-08 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/03/08 21:22:48 Modified files: . : ChangeLog java/rmi/server: ObjID.java Log message: 2006-03-08 Audrius Meskauskas

[commit-cp] classpath ./ChangeLog vm/reference/gnu/classpat...

2006-03-08 Thread Keith Seitz
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Keith Seitz [EMAIL PROTECTED] 06/03/08 23:05:25 Modified files: . : ChangeLog vm/reference/gnu/classpath/jdwp: VMVirtualMachine.java Added files: