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 243572 - [hotspot] not complete call graph
Summary: [hotspot] not complete call graph
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 14:43 UTC by Vladimir Voskresensky
Modified: 2014-04-24 02: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 Vladimir Voskresensky 2014-04-04 14:43:19 UTC
ObjectSynchronizer::FastHashCode
try Find Usages => 2 references from JVM_IHashCode & ObjectSynchronizer::identity_hash_value_for

Try Call Graph for this method and only one node:
ObjectSynchronizer::identity_hash_value_for
Comment 1 Alexander Simon 2014-04-10 16:16:23 UTC
The bug is reproducible only if you load project from repository and repository already have resolved references on FastHashCode (i.e. in previous session you open jvm.cpp and synchronizer.cpp or perform find usages of ObjectSynchronizer::FastHashCode).

The reference on FastHashCode in file jvm.cpp cannot read from repository closest scope by UID:
DeclarationUID:KeyBasedUID on OffsDeclKey: JVM_IHashCode[f 16938-17228] {/export/home/alsimon/projects/jdk8-build-nbproject/hotspot/src/share/vm/prims/jvm.cpp; /export/home/alsimon/projects/jdk8-build-nbproject/common/nb_native/N/}
Key:
OffsDeclKey: JVM_IHashCode[f 16938-17228] {/export/home/alsimon/projects/jdk8-build-nbproject/hotspot/src/share/vm/prims/jvm.cpp; /export/home/alsimon/projects/jdk8-build-nbproject/common/nb_native/N/}
Comment 2 Alexander Simon 2014-04-11 10:56:32 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/0c5e8f8df224
Comment 3 Quality Engineering 2014-04-18 02:41:53 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0c5e8f8df224
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #243572 [hotspot] not complete call graph
Comment 4 Quality Engineering 2014-04-24 02:04:04 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/4281e2032408
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #243572 [hotspot] not complete call graph
(transplanted from 0c5e8f8df224b3b2d11c3c363128fc23f652936e)