This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix filename generation for out of memory dumps.
- From: Andrew Haley <aph at redhat dot com>
- To: David Daney <david dot s dot daney at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org, David Daney <ddaney at caviumnetworks dot com>
- Date: Tue, 28 Jul 2009 10:29:36 +0200
- Subject: Re: [PATCH] Fix filename generation for out of memory dumps.
- References: <4A6E7C29.1010300@gmail.com>
On 07/28/2009 06:18 AM, David Daney wrote:
> As noted here:
>
> http://gcc.gnu.org/ml/java/2009-07/msg00067.html
>
> The filename generation in the out of memory dumps is a bit screwed up.
> This patch restores it to its intended state.
>
> Bootstrapped and regression tested on x86_64-pc-linux-gnu with no
> regressions.
>
> OK to commit?
>
> 2009-07-28 David Daney <ddaney@caviumnetworks.com>
>
> * gnu/gcj/util/natGCInfo.cc (nomem_handler): Use oomDumpName as
> dump file name base.
>
OK.
Andrew.