Bug 1710 - Crash SIGSEGV in C2 Compilerthread when compiling one specific method

2014-05-23 Thread Andrew Haley
I've been thinking about what to do about this bug fix. It has only ever AFAIK been seen in one method. So, I was tempted not to back- port it to OpenJDK6. However, I've looked at it in detail, and there is nothing special about this method. It is a long-running method with nested loops, and it

Review request for OPENJDK6-32: OpenJDK6-b31 isn't compatible with Windows platform

2014-05-23 Thread karnaukhovv
Hello, please review the fix for OPENJDK6-32: OpenJDK6-b31 isn't compatible with Windows platform webrev: http://cr.openjdk.java.net/~vkarnauk/OPENJDK6-32/webrev.00/ This fix is a follow-up to threads [1], [2], and [3]. It contains changes necessary to upgrade compilers to VisualStudio 2

Re: Review request for OPENJDK6-32: OpenJDK6-b31 isn't compatible with Windows platform

2014-05-23 Thread Andrew Haley
Hi, On 05/23/2014 11:36 AM, karnaukh...@gmail.com wrote: > > please review the fix for OPENJDK6-32: OpenJDK6-b31 isn't compatible > with Windows platform > > webrev: http://cr.openjdk.java.net/~vkarnauk/OPENJDK6-32/webrev.00/ > > This fix is a follow-up to threads [1], [2], and [3]. It contains