Re: Quality control and FOSS rant

2008-01-10 Thread Archie Cobbs
And in case anyone is under any illusions, Sun's record of fixing bugs (and not re-breaking them) is poor. The number #1 voted bug* in their bug database has been unfixed for over 5 YEARS! -Archie * http://bugs.sun.com/view_bug.do?bug_id=4670071 -- Archie L. Cobbs

Re: [cp-patches] RFC: ClassLoader associative cache

2006-08-21 Thread Archie Cobbs
. Dumb question.. why wouldn't it work to just use a WeakHashMap instead of a HashMap in all those places? -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: jboss-4.0.4

2006-07-31 Thread Archie Cobbs
tried JBoss. If you want to try it, use the harmony version because it's more up to date: https://svn.apache.org/repos/asf/incubator/harmony/enhanced/jchevm Cheers, -Archie __ Archie Cobbs *CTO, Awarix

Re: [cp-patches] RFC: java.lang.StrictMath#cbrt implemented

2006-07-13 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Harmony's Classpath adapter

2006-06-22 Thread Archie Cobbs
informational (i.e., don't blame me if you think Harmony is stupid in the first place). __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Mauve reports

2006-06-09 Thread Archie Cobbs
be possible that Mark gives you access to the machine so you can set this up yourself? That'd be fine with me... just let me know what I need to do. Thanks, -Archie __ Archie Cobbs *CTO, Awarix* http

Re: Mauve reports

2006-06-08 Thread Archie Cobbs
, -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: [cp-patches] FYI: [generics] Fix for System.getenv bug

2006-06-04 Thread Archie Cobbs
if I have a variable like FOO=2+2=4. Actually, even that is not right. E.g., consider FOO==BAR. The value is =BAR not empty string. Instead, I think using pair.indexOf('=') is required here... -Archie __ Archie Cobbs

Re: [cp-patches] [jessie-nio] merge scatter-gather NIO support

2006-06-02 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

[cp-patches] Classpath 0.91 startup exception

2006-05-23 Thread Archie Cobbs
... I'm very curious though.. why is nobody else seeing these problems?? It doesn't seem VM-specific but maybe I'm missing something. Thanks, -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

[commit-cp] classpath ./ChangeLog vm/reference/java/lang/VM...

2006-05-23 Thread Archie Cobbs
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Archie Cobbs [EMAIL PROTECTED]06/05/23 16:11:33 Modified files: . : ChangeLog vm/reference/java/lang: VMClassLoader.java Log message: * vm/reference/java

Re: [cp-patches] RFC: Making java.lang.Thread.getContextClassLoader() lazy for threads created outside of Java

2006-05-17 Thread Archie Cobbs
is gained by deferring initialization? Curiously, -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: [cp-patches] Logger initialization regression fix and a little story on security contexts during class initialization

2006-05-11 Thread Archie Cobbs
the class initialization order, which to me seems even more surprising (but possible I guess.. ?) -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: [cp-patches] RFC: fix for PR 24642

2006-04-13 Thread Archie Cobbs
that notifies them they should set the securerandom.seed system property at VM startup, right? If so please add one to your patch. Thanks, -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: [cp-patches] FYI: Merge Thread.UncaughtExceptionHandler support from generics branch

2006-04-12 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Beanshell support for Mauve

2006-04-05 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: running pscan, rats. flawfinder and splint on classpath

2006-04-03 Thread Archie Cobbs
asked for (e.g., OutOfMemoryError or somesuch). -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Green threads - some experience

2006-03-31 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Green threads - some experience

2006-03-31 Thread Archie Cobbs
Ian Rogers wrote: Archie Cobbs wrote: IMHO using POSIX threads is the only right answer for a multi-platform JVM. You have no other choice except to leave it up to the specific platform to then implement POSIX threads efficiently. For example, on Linux where each POSIX thread is a cloned

Re: Green threads - some experience

2006-03-30 Thread Archie Cobbs
(not the JVM's fault) if that doesn't scale well. For example, other OS's don't have such heavyweight threads. FreeBSD's KSE's are an example of a better tradeoff using M:N user:kernel threading. -Archie __ Archie Cobbs

Re: [cp-patches] Patch: RFC: changing parts of VM reflection API

2006-03-15 Thread Archie Cobbs
such as isSynthetic. Looks good to me... accompianied by a NEWS entry of course. Thanks, -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: RFC: VMClassLoader changes proposition

2006-03-13 Thread Archie Cobbs
work has my vote :-) -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Where's the love?

2006-03-09 Thread Archie Cobbs
not writing new stuff, they've just accepted a pre-existing donation. They believe they can't just use Classpath for license reasons (this part I don't fully understand). Re #3 I've not been following it. -Archie __ Archie Cobbs

Re: RFC: Removing unused import

2006-03-09 Thread Archie Cobbs
proceeding, I'd like to ask: 1- is it useful; It's useful.. but first verify that the tool is javadoc-aware. E.g., some imports may only be used in javadoc comments (in theory). -Archie __ Archie Cobbs *CTO

Re: Real questions

2006-03-09 Thread Archie Cobbs
the Apache SVN server if you want to have a look. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Where's the love?

2006-03-09 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: JNI calls that don't return

2006-03-07 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: JNI calls that don't return

2006-03-03 Thread Archie Cobbs
) no need to wait for it to return in order to do anything. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Classpath on Cygwin: HOWTO

2006-03-02 Thread Archie Cobbs
Enrico Migliore wrote: I'm using Classpath with Archie Cobbs' JCHEVM virtual machine, and I'm writing another document that explains how to build JCHEVM on Cygwin. If you think it might be of interest, I'll post this second document too. The latter document (building JCHEVM on Cygwin

Re: [cp-patches] RFC: file resources can be directory too

2006-02-28 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Next release

2006-02-27 Thread Archie Cobbs
and the whole grandness of 1.0 will fade quickly. So I vote either keeping the status quo, or releasing 1.0. A classpath-6.3 seems to be the worst of both worlds. Not a big deal really, but that's my $0.02 anyway... -Archie __ Archie

Re: [cp-patches] RFC: fix in proxy creation of interfaces redefining toString, equals or hashCode

2006-02-20 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: [cp-patches] RFC: fix in proxy creation of interfaces redefining toString, equals or hashCode

2006-02-20 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Mauve license

2006-02-16 Thread Archie Cobbs
an orthogonal issue. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Mauve license

2006-02-16 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Mauve license

2006-02-16 Thread Archie Cobbs
if the GPL is not otherwise in the way, I have no problem working with it, etc. Can't we all just get along? :-) -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Hashtable's and the tale of runtime

2006-02-12 Thread Archie Cobbs
machine and all the object addresses are less than 0x8000.. won't that give you the same result as just returning (jint)obj ? -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Classpath on Cgwin: UnsatisfiedLinkError problem

2006-02-08 Thread Archie Cobbs
issue (if they want to run on cygwin). Has anyone already solved this problem? Enrico: the relevant macro is _JC_LIBRARY_FMT in definitions.h. Perhaps you can play with some possibilities there. Thanks, -Archie __ Archie Cobbs

Re: [cp-patches] RFC: arm doubleToLongBits fix

2006-01-26 Thread Archie Cobbs
me :-) -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: [cp-patches] FYI: ObjectView implemented

2006-01-26 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: SecurityManager troubles

2006-01-16 Thread Archie Cobbs
issues :-) You're right that ClassNotFoundException would be more appropriate still than Exception. Then the code is clearest about what exactly is intended. -Archie __ Archie Cobbs *CTO, Awarix* http

Re: SecurityManager troubles

2006-01-13 Thread Archie Cobbs
it. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: SecurityManager troubles

2006-01-13 Thread Archie Cobbs
. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: [cp-patches] Patch: RFC: remove InetAddress caching

2006-01-11 Thread Archie Cobbs
the correct and optimized thing is being worked on. What we have now is incorrect and optimized :-) -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: SecurityManager troubles

2006-01-11 Thread Archie Cobbs
couldn't happen. Hmm, maybe System.setSecurityManager() can do a phony invocation of s.checkPermission() to ensure that it's resolved... -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: Assertion failure

2006-01-10 Thread Archie Cobbs
enough with the code to understand whether using the system strtod(3) would avoid this assertion failure, which appears to come from Balloc in mprec.c. -Archie __ Archie Cobbs *CTO, Awarix* http

Re: Assertion failure

2006-01-10 Thread Archie Cobbs
Archie Cobbs wrote: Mark Wielaard wrote: BTW, does anybody know why we are not using the system strtod() when available? That seems the way to the quickest solution on most platforms. It seems to work with some simple tests for me. But I notice that there is no strtod_r(), just strtod(). But I

Assertion failure

2006-01-09 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: lists.gnu.org and savannah.gnu.org (CVS) updates

2005-12-12 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: [cp-patches] Re: RFC: Patch for duplicate entries in serialPersistentFields

2005-12-11 Thread Archie Cobbs
exception you want. Then invoke Class.newInstance() on the class. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath-patches

Re: lists.gnu.org and savannah.gnu.org (CVS) updates

2005-12-11 Thread Archie Cobbs
Hmm.. could this new infrastructure include possible a switchover from CVS to Subversion? (I'm so used to SVN now that CVS is gotten pretty gross to deal with). -Archie __ Archie Cobbs *CTO, Awarix

Re: [cp-patches] [generics] RFC: fix generics branch compilation on Darwin

2005-12-06 Thread Archie Cobbs
have a crt_externs.h. Not a big deal (the build should still work) but it will cause a GCC warning with -Wredundant-decls. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

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

2005-12-06 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

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

2005-12-06 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

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

2005-12-06 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

Re: Kerberos

2005-11-20 Thread Archie Cobbs
Jeff Bailey wrote: Sorry, I chose my words poorly there. By 'native' I meant Done in Java. Is there a better word that means that? =) Pure Java... ? -Archie __ Archie Cobbs *CTO, Awarix* http

[cp-patches] VMStackWalker infinite loop fix

2005-11-13 Thread Archie Cobbs
I've committed the attached patch to fix an infinite loop between VMStackWalker.getCallingClassLoader() and Class.getClassLoader(). 2005-11-13 Archie Cobbs [EMAIL PROTECTED] * vm/reference/gnu/classpath/VMStackWalker.java (getClassLoader()): added to fix an infinite loop

Announcing JCVM release 1.4.7

2005-11-13 Thread Archie Cobbs
in VMStackWalker.getClassContext(). - Upgrade to Classpath 0.19. Cheers, -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org

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

2005-11-13 Thread Archie Cobbs
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Archie Cobbs [EMAIL PROTECTED]05/11/13 22:29:45 Modified files: . : NEWS ChangeLog vm/reference/gnu/classpath: VMStackWalker.java Log message: * vm

[cp-patches] Fix for autogen.sh

2005-11-11 Thread Archie Cobbs
I've checked in this fix for autogen.sh on FreeBSD. 2005-11-11 Archie Cobbs [EMAIL PROTECTED] * autogen.sh: Fix broken libtool version detection on FreeBSD. -Archie __ Archie Cobbs *CTO, Awarix

Re: Infinite loop

2005-11-09 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com Index: VMStackWalker.java === RCS file: /cvsroot/classpath/classpath/vm/reference/gnu/classpath

Re: Infinite loop

2005-11-09 Thread Archie Cobbs
in there are too. VMStackWalker can only be used by classes loaded via the boot loader (see comment at the top). -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

configure failure

2005-11-03 Thread Archie Cobbs
'\.pc' $ I'm not educated on the wonders of pkg-config. Where do I find freetype2.pc and why isn't it on this system? Thanks, -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: configure failure

2005-11-03 Thread Archie Cobbs
Christian Thalinger wrote: On Thu, Nov 03, 2005 at 08:50:40AM -0600, Archie Cobbs wrote: $ rpm -qa | grep freetype freetype-2.1.3-6 freetype-devel-2.1.3-6 $ rpm -ql freetype | grep '\.pc' $ I'm not educated on the wonders of pkg-config. Where do I find freetype2.pc and why isn't

Re: Updated FreeSwingTestApps

2005-10-31 Thread Archie Cobbs
are applications that (at least partially) work now. Another good one to test would be the Apache Batik SVG browser. http://xml.apache.org/batik/svgviewer.html This Swing app uses the graphics toolkit very heavily. -Archie __ Archie

Re: Updated FreeSwingTestApps

2005-10-31 Thread Archie Cobbs
added it to the wiki. Download instructions, etc. are on the home page, no need to repeat. You can add more details on the obscure error if you want to. Thanks, -Archie __ Archie Cobbs *CTO, Awarix

Re: Has someone experimented with jedit?

2005-10-05 Thread Archie Cobbs
://pollo.sourceforge.net/ Pollo is a graphical XML editor. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org

Re: [cp-patches] Patch: convert new Boolean(X) to Boolean.valueOf(X)

2005-09-14 Thread Archie Cobbs
David Daney wrote: Archie Cobbs wrote: Mark Wielaard wrote: While messing around with FindBugs, I came up with the following useful patch. It converts all new Boolean(X) instances to Boolean.valueOf(X). Ok? [...] - return new Boolean(true); + return Boolean.valueOf(true); OK

Re: [cp-patches] DeleteLocalRef() in jcl.c

2005-09-11 Thread Archie Cobbs
by the JNI spec? Yes.. patch looks OK to me too. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath-patches mailing list Classpath

Re: Persuading the apaches

2005-08-12 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: [cp-patches] [RFC/JDWP] ClassLoaderReferenceCommandSet

2005-08-09 Thread Archie Cobbs
the VM knows this. Tiny clarification.. that should be an initiating loader rather than the initiating loader... there can be more than one for a given class, right? -Archie __ Archie Cobbs *CTO, Awarix

Re: [cp-patches] RFC: Class Loader patch to record class withinitiating class loader

2005-07-28 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

Re: [cp-patches] Re: RFC: Class Loader patch to record classwithinitiating class loader

2005-07-28 Thread Archie Cobbs
be doing (e.g., it's not immediately obvious when a type should be added to the initiated types tree, or even that a VM is required to maintain one). -Archie __ Archie Cobbs *CTO, Awarix* http

[cp-patches] Re: RFC: New class loader patch proposal

2005-07-28 Thread Archie Cobbs
. Rob and Archie, is this (close to) what you both need? Yes, that looks great to me :-) My only comment is that findLoadedClass() needs some Javadoc. -Archie __ Archie Cobbs *CTO, Awarix* http

Re: [cp-patches] FYI: ClassLoader caching Part 2

2005-07-25 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

Re: JNI assertion failure

2005-07-25 Thread Archie Cobbs
I checked in the aforementioned assertion patch. 2005-07-25 Archie Cobbs [EMAIL PROTECTED] * native/jni/classpath/native_state.c: add assertion for object type -Archie __ Archie Cobbs *CTO

[commit-cp] classpath ./ChangeLog native/jni/classpath/nati...

2005-07-25 Thread Archie Cobbs
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Archie Cobbs [EMAIL PROTECTED]05/07/25 22:32:51 Modified files: . : ChangeLog native/jni/classpath: native_state.c Log message: * native/jni/classpath

Re: JNI assertion failure

2005-07-24 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com Index: native/jni/classpath/native_state.c === RCS file: /cvsroot/classpath/classpath

Re: Implementation details of VMStackWalker

2005-07-23 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: Implementation details of VMStackWalker

2005-07-23 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: JNI assertion failure

2005-07-23 Thread Archie Cobbs
Archie Cobbs wrote: With Classpath 0.16, trying to run a very simple Swing demo under JCVM, I get a JNI assertion failure in a call to GetIntField(), because the object type and the fieldID are not compatible: gnu/java/awt/peer/gtk/[EMAIL PROTECTED] not instance of gnu/java/awt/peer/gtk

Re: hasClassInitializer and exception

2005-07-21 Thread Archie Cobbs
initialization ahead of time: Class.forName(cl.getName(), true, cl.getClassLoader()); Then we'll know that any exception thrown in the JNI code is not an initializer exception. -Archie __ Archie Cobbs *CTO, Awarix

Re: [cp-patches] RFC: misc NIO fixes

2005-07-19 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

Re: String.equals optimisation

2005-07-12 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: String class: hack for ORP 1.0.9

2005-07-12 Thread Archie Cobbs
of that checking is ever needed. This is a good example of the advandages of a JVM written in Java (a coincidence? :-) There is no optimization barrier into native code like System.arraycopy(). -Archie __ Archie Cobbs *CTO

Re: regression in logger?

2005-07-11 Thread Archie Cobbs
. Is this with 0.16? There were recent changes in the VMThrowable class (see NEWS) that might need to be followed in Jikes RVM. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: String.equals optimisation

2005-07-11 Thread Archie Cobbs
to have done). -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman

Re: String class: hack for ORP 1.0.9

2005-07-11 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: JNI assertion failure

2005-07-09 Thread Archie Cobbs
Archie Cobbs wrote: With Classpath 0.16, trying to run a very simple Swing demo under JCVM, I get a JNI assertion failure in a call to GetIntField(), because the object type and the fieldID are not compatible: gnu/java/awt/peer/gtk/[EMAIL PROTECTED] not instance of gnu/java/awt/peer/gtk

Fix for java/net/URLClassLoader

2005-07-09 Thread Archie Cobbs
This patch (checked in) fixes two Mauve tests and removes some obsolete code. 2005-07-09 Archie Cobbs [EMAIL PROTECTED] * java/net/URLClassLoader.java: disallow directories as resources -Archie __ Archie

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

2005-07-09 Thread Archie Cobbs
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Archie Cobbs [EMAIL PROTECTED]05/07/09 20:12:00 Modified files: . : ChangeLog java/net : URLClassLoader.java Log message: * java/net

JNI assertion failure

2005-07-07 Thread Archie Cobbs
trace and error? Thanks, -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org

Fix for configure test

2005-07-03 Thread Archie Cobbs
2005-07-03 Archie Cobbs [EMAIL PROTECTED] * m4/acinclude.m4: fix broken expr(1) syntax -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com Index: m4/acinclude.m4

[commit-cp] classpath ./ChangeLog m4/acinclude.m4

2005-07-03 Thread Archie Cobbs
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Archie Cobbs [EMAIL PROTECTED]05/07/03 20:06:15 Modified files: . : ChangeLog m4 : acinclude.m4 Log message: * m4/acinclude.m4: fix broken expr

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

2005-06-20 Thread Archie Cobbs
unloaded... ? In any case, how is a class ever going to be unloaded if your Hashtable is referencing it? :-) -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

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

2005-06-17 Thread Archie Cobbs
java.lang.VMString.intern() for an example. - Do you mean to use hashCode()/equals() or System.identityHashCode()/==? -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

Re: How to handle properties file

2005-05-23 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: How to handle properties file

2005-05-23 Thread Archie Cobbs
don't have time to do this right now (I'm slow when it comes to automake, etc.) but can help get the source files ready for import, etc. -Archie __ Archie Cobbs *CTO, Awarix* http://www.awarix.com

API cleanup

2005-05-21 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

Re: How to handle properties file

2005-05-19 Thread Archie Cobbs
__ Archie Cobbs *CTO, Awarix* http://www.awarix.com ___ Classpath mailing list Classpath@gnu.org http://lists.gnu.org/mailman/listinfo/classpath

  1   2   3   >