Hi Roman, On Thu, 2008-11-06 at 21:36 +0100, Roman Kennke wrote: > I found a memory leak in LCMS.c, where one ReleaseByteArrayElements() > call is missing in loadProfile(). I think the IcedTea people discovered > this independently and already included that in IcedTea and I believe > also in OpenJDK6, but it doesn't seem to be in JDK7 yet.
Yes, this was the issue Tom Fitzsimmons reported last year: http://mail.openjdk.java.net/pipermail/awt-dev/2007-November/000107.html Which was patches/icedtea-lcms-leak.patch in IcedTea6 before 1.3. Integrated last month into OpenJDK6 in b12 through: http://bugs.sun.com/view_bug.do?bug_id=6733501 Cheers, Mark