Re: [oe] [meta-java][PATCH] icedtea7-native: Fix memory leak when compiled with GCC 5.0+

2015-10-26 Thread Maxin B. John
Hi, On Fri, Oct 23, 2015 at 12:50:01PM +0300, Erkka Kääriä wrote: > > Hotspot compiler has a bug where signed integers could overflow. This is > undefined behaviour, and causes massive memory leak when compiled with GCC > 5.0+, > causing the build to fail. > > This is fixed by backporting patch

[oe] [meta-java][PATCH] icedtea7-native: Fix memory leak when compiled with GCC 5.0+

2015-10-23 Thread Erkka Kääriä
Upstream-Status: Backport Hotspot compiler has a bug where signed integers could overflow. This is undefined behaviour, and causes massive memory leak when compiled with GCC 5.0+, causing the build to fail. This is fixed by backporting patch from https://bugs.openjdk.java.net/browse/JDK-8078666 w