Re: Request for approval: Allow Java's ELF symtab reader to use separate debuginfo files

2010-01-09 Thread Andrew Haley
On 01/08/2010 07:46 PM, Kelly O'Hair wrote: > > > Andrew John Hughes wrote: >> 2010/1/8 Kelly O'Hair : >>> >>> Andrew Haley wrote: On 12/09/2009 03:36 PM, Andrew Haley wrote: > This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 > The symptom is that jmap doesn't work because

Re: Request for approval: Allow Java's ELF symtab reader to use separate debuginfo files

2010-01-08 Thread Kelly O'Hair
-kto --- Subject: Re: Request for approval: Allow Java's ELF symtab reader to use separate debuginfo files From: Tom Rodriguez Date: Fri, 08 Jan 2010 11:54:46 -0800 To: Andrew Haley CC: hotspot-dev Source Developers , t...@openjdk.java.net I think a better fix is to add the required gHotSpo

Re: Request for approval: Allow Java's ELF symtab reader to use separate debuginfo files

2010-01-08 Thread Kelly O'Hair
Andrew Haley wrote: On 12/09/2009 03:36 PM, Andrew Haley wrote: This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 The symptom is that jmap doesn't work because target libraries are stripped. The fix is to allow the symtab reader to use the separate debuginfo files that are available fo

Re: Request for approval: Allow Java's ELF symtab reader to use separate debuginfo files

2010-01-08 Thread Kelly O'Hair
Andrew John Hughes wrote: 2010/1/8 Kelly O'Hair : Andrew John Hughes wrote: 2010/1/8 Kelly O'Hair : Andrew Haley wrote: On 12/09/2009 03:36 PM, Andrew Haley wrote: This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 The symptom is that jmap doesn't work because target libraries are

Re: Request for approval: Allow Java's ELF symtab reader to use separate debuginfo files

2010-01-08 Thread Andrew John Hughes
2010/1/8 Kelly O'Hair : > > > Andrew John Hughes wrote: >> >> 2010/1/8 Kelly O'Hair : >>> >>> Andrew Haley wrote: On 12/09/2009 03:36 PM, Andrew Haley wrote: > > This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 > The symptom is that jmap doesn't work because target l

Re: Request for approval: Allow Java's ELF symtab reader to use separate debuginfo files

2010-01-08 Thread Kelly O'Hair
Andrew John Hughes wrote: 2010/1/8 Kelly O'Hair : Andrew Haley wrote: On 12/09/2009 03:36 PM, Andrew Haley wrote: This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 The symptom is that jmap doesn't work because target libraries are stripped. The fix is to allow the symtab reader to

Re: Request for approval: Allow Java's ELF symtab reader to use separate debuginfo files

2010-01-08 Thread Andrew John Hughes
2010/1/8 Kelly O'Hair : > > > Andrew Haley wrote: >> >> On 12/09/2009 03:36 PM, Andrew Haley wrote: >>> >>> This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 >>> The symptom is that jmap doesn't work because target libraries are >>> stripped. >>> The fix is to allow the symtab reader to us

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-10 Thread Andrew Haley
Andrew Haley wrote: > Kelly O'Hair wrote: >> Is there some other way than baking in 256 hex constants into our sources? > > I'm sure it's perfectly possible to generate the CRC-32 tables at runtime. > However, the CRC function is defined in terms of this exact source code, Ah, I was about to add

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Andrew Haley
Kelly O'Hair wrote: > Andrew John Hughes wrote: >> 2009/12/9 Andrew Haley : >>> This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 >>> The symptom is that jmap doesn't work because target libraries are stripped. >>> The fix is to allow the symtab reader to use the separate debuginfo files >

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Andrew John Hughes
2009/12/9 Andrew Haley : > Andrew John Hughes wrote: >> 2009/12/9 Andrew Haley : >>> This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 >>> The symptom is that jmap doesn't work because target libraries are stripped. >>> The fix is to allow the symtab reader to use the separate debuginfo fi

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Kelly O'Hair
Andrew John Hughes wrote: 2009/12/9 Andrew Haley : This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 The symptom is that jmap doesn't work because target libraries are stripped. The fix is to allow the symtab reader to use the separate debuginfo files that are available for all (AFAIK)

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Andrew Haley
Andrew John Hughes wrote: > 2009/12/9 Andrew Haley : >> This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 >> The symptom is that jmap doesn't work because target libraries are stripped. >> The fix is to allow the symtab reader to use the separate debuginfo files >> that are available for a

Re: Allow Java's ELF symtab reader to use separate debuginfo files

2009-12-09 Thread Andrew John Hughes
2009/12/9 Andrew Haley : > This is https://bugzilla.redhat.com/show_bug.cgi?id=541548 > The symptom is that jmap doesn't work because target libraries are stripped. > The fix is to allow the symtab reader to use the separate debuginfo files > that are available for all (AFAIK) GNU/Linux distributio