Feature request: better direct/mapped buffer insight

Questions about YourKit Java Profiler
Post Reply
plethora
Posts: 314
Joined: Thu Jun 02, 2005 8:36 pm

Feature request: better direct/mapped buffer insight

Post by plethora »

Ok, it's a bit early to request this, since JDK7 is still a thing of the future.
However, it would be very nice for some specific applications to get better insight into mapped/direct buffer usage.

Relevant entry on Alans blog:
http://blogs.sun.com/alanb/entry/monito ... ct_buffers
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Feature request: better direct/mapped buffer insight

Post by Anton Katilin »

Related changes in version 2016.02:
- UI: object explorer: class-specific object presentation: for instances of java.nio.Buffer the buffer capacity is immediately shown
- New memory inspection "NIO direct buffers native memory usage" shows how much native memory is allocated to direct byte buffers
Post Reply