Re: [cp-patches] Minor refactoring of Character class

2010-12-08 Thread Andrew Haley
On 06/15/2010 07:00 PM, Ivan Maidanski wrote: Hi! Here, I replaced numerous String.zeroBasedStringValue(CharData.xxx[i]) with a single call to convertCharData() (which does the work). The other changes are several minor optimizations of expressions. ChangeLog entries: *

[cp-patches] [PATCH v2] Fix VMClass#getSimpleName() implementation

2010-12-08 Thread Pekka Enberg
This patch replaces VMClass#getSimpleName() implementation with JamVM's version that supposedly comes from GCJ. This fixes a compatibility problem found by Malva. Signed-off-by: Pekka Enberg penb...@kernel.org --- vm/reference/java/lang/VMClass.java | 29 +++-- 1 files