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

Summary: Inconsistent data in memory snapshots
Product: profiler Reporter: Jiri Sedlacek <jis>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal CC: jskrivanek
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Memory snapshot showing the problem

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.