Re: code review request for Full Debug Symbols Revamp (7102323, 7136506)

2012-03-23 Thread Daniel D. Daugherty
On 3/23/12 1:50 PM, Andrew Hughes wrote: - Original Message - On 3/23/12 12:08 PM, Andrew Hughes wrote: - Original Message - - Original Message - Greetings, I've backported the FDS changes to JDK7u6. Here's the webrevs: http://cr.openjdk.java.net/~dcubed/fds_revamp/7

Re: code review request for Full Debug Symbols Revamp (7102323, 7136506)

2012-03-23 Thread Andrew Hughes
- Original Message - > On 3/23/12 12:08 PM, Andrew Hughes wrote: > > > > - Original Message - > >> - Original Message - > >>> Greetings, > >>> > >>> I've backported the FDS changes to JDK7u6. Here's the webrevs: > >>> > >>> http://cr.openjdk.java.net/~dcubed/fds_revamp/71365

Re: code review request for Full Debug Symbols Revamp (7102323, 7136506)

2012-03-23 Thread Daniel D. Daugherty
On 3/23/12 12:08 PM, Andrew Hughes wrote: - Original Message - - Original Message - Greetings, I've backported the FDS changes to JDK7u6. Here's the webrevs: http://cr.openjdk.java.net/~dcubed/fds_revamp/7136506-webrev/0-7u6-root/ http://cr.openjdk.java.net/~dcubed/fds_revamp

Re: code review request for Full Debug Symbols Revamp (7102323, 7136506)

2012-03-23 Thread Andrew Hughes
- Original Message - > - Original Message - > > Greetings, > > > > I've backported the FDS changes to JDK7u6. Here's the webrevs: > > > > http://cr.openjdk.java.net/~dcubed/fds_revamp/7136506-webrev/0-7u6-root/ > > http://cr.openjdk.java.net/~dcubed/fds_revamp/7136506-webrev/0-7

Re: code review request for Full Debug Symbols Revamp (7102323, 7136506)

2012-03-23 Thread Andrew Hughes
- Original Message - > Greetings, > > I've backported the FDS changes to JDK7u6. Here's the webrevs: > > http://cr.openjdk.java.net/~dcubed/fds_revamp/7136506-webrev/0-7u6-root/ > http://cr.openjdk.java.net/~dcubed/fds_revamp/7136506-webrev/0-7u6-jdk/ > http://cr.openjdk.java.net/~dcubed/

hg: hsx/hotspot-rt/hotspot: 7150058: Allocate symbols from null boot loader to an arena for NMT

2012-03-23 Thread coleen . phillimore
Changeset: fc9d8850ab8b Author:coleenp Date: 2012-03-23 11:16 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/fc9d8850ab8b 7150058: Allocate symbols from null boot loader to an arena for NMT Summary: Move symbol allocation to an arena so NMT doesn't have to track th

hg: jdk8/tl/jdk: 7136506: FDS: rework jdk repo Full Debug Symbols support

2012-03-23 Thread daniel . daugherty
Changeset: e7f813f2ea86 Author:dcubed Date: 2012-03-23 09:27 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e7f813f2ea86 7136506: FDS: rework jdk repo Full Debug Symbols support Summary: Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add suppo

hg: jdk8/tl: 7136506: FDS: rework jdk repo Full Debug Symbols support

2012-03-23 Thread daniel . daugherty
Changeset: fa0fed83e335 Author:dcubed Date: 2012-03-23 09:17 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/fa0fed83e335 7136506: FDS: rework jdk repo Full Debug Symbols support Summary: JPRT needs to use the '-y' option with zip on non-Windows control builds in order to preserv

hg: hsx/hotspot-rt/hotspot: 7148488: Whitebox tests for the Diagnostic Framework Parser

2012-03-23 Thread bengt . rutisson
Changeset: 51612f0c0a79 Author:nloodin Date: 2012-03-15 13:37 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/51612f0c0a79 7148488: Whitebox tests for the Diagnostic Framework Parser Reviewed-by: brutisso, sla, mgerdin ! make/bsd/makefiles/wb.make ! make/linux/make

hg: jdk8/tl/jdk: 7155585: Fix ifeq errors in makefiles [macosx]

2012-03-23 Thread michael . x . mcmahon
Changeset: a3327472e2d7 Author:michaelm Date: 2012-03-23 11:28 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a3327472e2d7 7155585: Fix ifeq errors in makefiles [macosx] Reviewed-by: andrew, anthony, ohrstrom, dsamersoff ! make/java/npt/Makefile ! make/jpda/transport/socket/

RE: 7153375 "jmap -histo" should output a unique identifier with each line

2012-03-23 Thread Takao, Shinji
Hi Kris, Thank you for your suggestive comment. I still have some unclear points, however, I understand we have faced some difficulties to guarantee consistent identity to the Klasses. Both the perm-gen story and the GC-requiring memory story are very interesting. I also found some interesting