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 219051 - org.netbeans.lib.profiler.heap.HeapTest.testHeapDumpLog consistently failing on jdk1.7.0_06
Summary: org.netbeans.lib.profiler.heap.HeapTest.testHeapDumpLog consistently failing ...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 12:14 UTC by Petr Cyhelsky
Modified: 2012-10-01 12:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-09-26 12:14:09 UTC

    
Comment 1 Tomas Hurka 2012-09-26 12:19:47 UTC
GC Roots are listed in undefined order (HashMap.values()).
Comment 2 Tomas Hurka 2012-09-26 12:30:22 UTC
Fixed in profiler-main 

changeset:   234338:c4d722271472
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Sep 26 14:27:45 2012 +0200
summary:     bugfix #219051, sort GC roots
Comment 3 Quality Engineering 2012-10-01 12:04:56 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c4d722271472
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #219051, sort GC roots