This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236363 - Inconsistent data in memory snapshots
Summary: Inconsistent data in memory snapshots
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 11:36 UTC by Jiri Sedlacek
Modified: 2013-09-25 13:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Memory snapshot showing the problem (15.96 KB, application/octet-stream)
2013-09-25 11:36 UTC, Jiri Sedlacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2013-09-25 11:36:06 UTC
Created attachment 140451 [details]
Memory snapshot showing the problem

Instrumented memory allocations, track each 1 object. The snapshot reports 63 instances of java.lang.Object taking 864 Bytes, which would means that 1 instance takes 13.71 Bytes. One would expect exactly 16 Bytes on a x64 JVM.