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 246759 - AssertionError at org.netbeans.lib.profiler.heap.LongHashMap.put
Summary: AssertionError at org.netbeans.lib.profiler.heap.LongHashMap.put
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2014-08-28 17:56 UTC by Tomas Hurka
Modified: 2015-11-06 13:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211493


Attachments
stacktrace (3.64 KB, text/plain)
2014-08-28 17:56 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2014-08-28 17:56:22 UTC
Build: NetBeans IDE Dev (Build 20140828-0b8964587828)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Mac OS X

User Comments:
thurka: Heap dump from CVM.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.lib.profiler.heap.LongHashMap.put(LongHashMap.java:311)
   at org.netbeans.lib.profiler.heap.StringSegment.getStringOffsetByID(StringSegment.java:128)
   at org.netbeans.lib.profiler.heap.StringSegment.createStringByID(StringSegment.java:92)
   at org.netbeans.lib.profiler.heap.StringSegment.getStringByID(StringSegment.java:85)
   at org.netbeans.lib.profiler.heap.LoadClass.getVMName(LoadClass.java:81)
   at org.netbeans.lib.profiler.heap.ClassDumpSegment.extractSpecialClasses(ClassDumpSegment.java:262)
Comment 1 Tomas Hurka 2014-08-28 17:56:25 UTC
Created attachment 148943 [details]
stacktrace
Comment 2 Tomas Hurka 2014-08-28 18:06:21 UTC
Fixed in profiler-main.
changeset:   277358:7aad4bb60c84
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Aug 28 20:05:02 2014 +0200
summary:     bugfix #246759, STRING tag can be mixed with other tags
Comment 3 Quality Engineering 2014-09-02 02:34:03 UTC
Integrated into 'main-silver', will be available in build *201409020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7aad4bb60c84
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #246759, STRING tag can be mixed with other tags