> On the administrative side, AFAICS you haven't contributed before. Do you
> have
> a copyright assignment with the FSF?
The change appears to be minor enough to not require the paperwork to
me. Mostly comments, very little code. But hey, if you're gonna be
contributing better to get that sta
On 04/25/2012 02:07 AM, Andrew Hughes wrote:
> - 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
- 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
> 'java/lang/VMClassLoader.getS
On 04/24/2012 08:52 PM, Pekka Enberg wrote:
> On Tue, Apr 24, 2012 at 9:40 PM, Josef Eisl
> 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 [
On Tue, Apr 24, 2012 at 9:40 PM, Josef Eisl
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 Enberg
On Tue, Apr 24, 2012
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
o