Re: [cp-patches] Patch: Opening RandomAccessFiles requires excessive permission

2005-12-05 Thread David Daney
Gary Benson wrote: Hi all, Opening a java.io.RandomAccessFile in read-only mode with a security manager in force requires the permission to write file descriptors. The attached patch fixes. Anyone mind if I commit? Cheers, Gary

[cp-patches] [generics] Patch: FYI: javadoc fixes in java.lang.instrument

2005-12-05 Thread Tom Tromey
I'm checking this in on the generics branch. I found a couple minor javadoc problems in the new java.lang.instrument code. Fixed as appended. Tom 2005-12-05 Tom Tromey [EMAIL PROTECTED] * java/lang/instrument/Instrumentation.java (redefineClasses): Javadoc fix. *

Re: [cp-patches] [generics] Patch: FYI: javadoc fixes in java.lang.instrument

2005-12-05 Thread Nicolas Geoffray
Hi Tom Tom Tromey wrote: I'm checking this in on the generics branch. I found a couple minor javadoc problems in the new java.lang.instrument code. Fixed as appended. Thx for reading after :) Cheers, Nicolas ___ Classpath-patches mailing

Re: Usage of RFC documentation for Javadoc

2005-12-05 Thread Wolfgang Baer
Hi Mark, Mark Wielaard wrote: Hi Wolfgang, [...] Yes, you can use the text of that RFC for the documentation of the classes. If you look into our LICENSE file you see that the same is already done for org/ietf/jgss using RFC 2853. Good news for our documentation :-) There are a couple of

[Bug classpath/25257] ecj on ubuntu does not like

2005-12-05 Thread mark at gcc dot gnu dot org
--- Comment #1 from mark at gcc dot gnu dot org 2005-12-05 13:25 --- Fix checked in turning off the flags. -- mark at gcc dot gnu dot org changed: What|Removed |Added

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Robert Lougher
Hi, On 12/5/05, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Frederick, On Sun, 2005-12-04 at 21:26 -0500, Frederick C Druseikis wrote: I'm using gjdoc-0.7.6 to test a new port of JamVM-1.4.1 + classpath-0.19 on OpenBSD. I'm trying to get gjdoc to do all the classpath documentation. gjdoc

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Mark Wielaard
Hi Fred, On Mon, 2005-12-05 at 12:32 -0500, [EMAIL PROTECTED] wrote: Could you also run JamVM with -verbose:gc and send me the output? Attached. Thanks. This seems to point out two things: 1) There is a huge allocation (2MB+): GC: Alloc attempt for 2209016 bytes failed. at this point

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread fredd
300MB of physical memory left. Fred gjdoc-20051205.out Description: Binary data ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Robert Lougher
Hi, On 12/5/05, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Fred, On Mon, 2005-12-05 at 12:32 -0500, [EMAIL PROTECTED] wrote: Could you also run JamVM with -verbose:gc and send me the output? Attached. Thanks. This seems to point out two things: 1) There is a huge allocation (2MB+):

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Robert Lougher
On 12/5/05, Robert Lougher [EMAIL PROTECTED] wrote: Hi, On 12/5/05, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Fred, On Mon, 2005-12-05 at 12:32 -0500, [EMAIL PROTECTED] wrote: Could you also run JamVM with -verbose:gc and send me the output? Attached. Thanks. This seems to

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Mark Wielaard
Hi Robert, On Mon, 2005-12-05 at 18:10 +, Robert Lougher wrote: On second thoughts, it may have been rejected by gmail if the attachment was too big (how big was it?). Could you try compressing it (if it wasn't)? It is in the gmane archives here:

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Robert Lougher
Hi, On 12/5/05, Robert Lougher [EMAIL PROTECTED] wrote: Hi, On 12/5/05, Mark Wielaard [EMAIL PROTECTED] wrote: 2) JamVM has fragmented its heap so much that it cannot allocate such a block of data even though there is enough space in total: GC: Largest block is 2087448 total free is

Re: Compilation of Classpath with ecj on a 64-bit VM

2005-12-05 Thread Andrew John Hughes
On Sun, 2005-12-04 at 14:10 +0100, Mark Wielaard wrote: Hi Andrew, On Sat, 2005-11-26 at 21:04 +, Andrew John Hughes wrote: I recently hit on the same bug again for the second time, and still there seems to be no general solution to it. ecj is a Java-based Java compiler, which

Re: Re[2]: Using OSG for Classpath

2005-12-05 Thread Tim Ellison
Peter Kriens Peter.Kriens at aQute.se writes: I know ... I have been there. However, the problem is not so much in the API as well as it is in the associated implementation code. But once I got time I will do some experimenting. I found complete definitions of the standard Java profiles

Free Swing runs with JGoodies Forms

2005-12-05 Thread Robert Schuster
Thanks to all Swing hackers!!! JGoodies Forms, which contains a layout manager and some glue classes to make it harder to write bad GUIs, works with free Swing! This is so cool since my pet project Freefodder uses these libraries and I remember seeing tons of exception messages when trying to

Re: J2ME - keep seperate or include it?

2005-12-05 Thread Tom Tromey
Rupert == Rupert K [EMAIL PROTECTED] writes: Rupert Hi there Rupert at the moment I'm thinking about if it is possible to add my Rupert J2ME part to the existing classpath orif it would be better to Rupert keep it separate. there are only a few classesneeded from Rupert classpath (parts of

[commit-cp] classpath ./ChangeLog lib/Makefile.am

2005-12-05 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/12/05 13:25:00 Modified files: . : ChangeLog lib: Makefile.am Log message: Fixes bug classpath/25257 *

[commit-cp] classpath java/lang/instrument/ClassFileTransfo... [generics-branch]

2005-12-05 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Tom Tromey [EMAIL PROTECTED] 05/12/05 19:49:45 Modified files: java/lang/instrument: ClassFileTransformer.java Instrumentation.java .

[commit-cp] classpath ./ChangeLog native/jni/classpath/jcl.... [generics-branch]

2005-12-05 Thread Casey Marshall
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Casey Marshall [EMAIL PROTECTED] 05/12/06 06:34:11 Modified files: . : ChangeLog native/jni/classpath: jcl.h native/jni/java-lang: