[cp-patches] Assertions and System Assertions in GNU Classpath

2012-04-24 Thread Josef Eisl
Hi. Attached is a patch that enables GNU Classpath to distinguish between normal assertions and assertions for system classes (i.e. null classloader) as discussed on the Classpath mailing list [1]. Note that the new method 'java/lang/VMClassLoader.getSystemAssertionStatus()' must be implemented

Re: [cp-patches] Assertions and System Assertions in GNU Classpath

2012-04-24 Thread Pekka Enberg
On Tue, Apr 24, 2012 at 9:40 PM, Josef Eisl zaps...@complang.tuwien.ac.at wrote: Attached is a patch that enables GNU Classpath to distinguish between normal assertions and assertions for system classes (i.e. null classloader) as discussed on the Classpath mailing list [1]. Acked-by: Pekka

Re: [cp-patches] Assertions and System Assertions in GNU Classpath

2012-04-24 Thread Josef Eisl
On 04/24/2012 08:52 PM, Pekka Enberg wrote: On Tue, Apr 24, 2012 at 9:40 PM, Josef Eisl zaps...@complang.tuwien.ac.at wrote: Attached is a patch that enables GNU Classpath to distinguish between normal assertions and assertions for system classes (i.e. null classloader) as discussed on the

Re: [cp-patches] Assertions and System Assertions in GNU Classpath

2012-04-24 Thread Andrew Hughes
- Original Message - Hi. Attached is a patch that enables GNU Classpath to distinguish between normal assertions and assertions for system classes (i.e. null classloader) as discussed on the Classpath mailing list [1]. Note that the new method