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 243575 - [hotspot] no active transaction in call graph
Summary: [hotspot] no active transaction in 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:56 UTC by Vladimir Voskresensky
Modified: 2014-04-24 02:17 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:56:47 UTC
Tried call graph in hotspot on FastHashCode method and got a lot of:
INFO [dlight.libs.common.logger]: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
java.lang.Exception: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage.getEntry(CsmCacheManager.java:303)
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager.getClientCache(CsmCacheManager.java:189)
	at org.netbeans.modules.cnd.api.model.services.CsmSelect.getClassMembers(CsmSelect.java:128)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.processClass(CsmVirtualInfoQuery.java:250)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.isVirtual(CsmVirtualInfoQuery.java:216)
	at org.netbeans.modules.cnd.navigation.callgraph.FunctionImpl.initVirtual(FunctionImpl.java:161)
	at org.netbeans.modules.cnd.navigation.callgraph.FunctionImpl.<init>(FunctionImpl.java:85)
	at org.netbeans.modules.cnd.navigation.callgraph.CallModelImpl.getRoot(CallModelImpl.java:108)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphPanel.update(CallGraphPanel.java:435)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphPanel.setModel(CallGraphPanel.java:424)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphTopComponent.setModel(CallGraphTopComponent.java:113)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphPopupAction.performAction(CallGraphPopupAction.java:65)
	at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
	at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
	at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
	at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
	at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:583)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
	at java.awt.Component.processMouseEvent(Component.java:6505)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
	at java.awt.Component.processEvent(Component.java:6270)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4861)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2719)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.awt.EventQueue$4.run(EventQueue.java:708)
	at java.awt.EventQueue$4.run(EventQueue.java:706)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
INFO [dlight.libs.common.logger]: no any active cache transaction:class org.netbeans.modules.cnd.modelimpl.csm.resolver.Resolver3$OrigClassifierCacheKey
java.lang.Exception: no any active cache transaction:class org.netbeans.modules.cnd.modelimpl.csm.resolver.Resolver3$OrigClassifierCacheKey
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage.getEntry(CsmCacheManager.java:303)
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager.getClientCache(CsmCacheManager.java:189)
	at org.netbeans.modules.cnd.modelimpl.csm.resolver.Resolver3.getOriginalClassifier(Resolver3.java:290)
	at org.netbeans.modules.cnd.modelimpl.impl.services.ClassifierResolverImpl.getOriginalClassifier(ClassifierResolverImpl.java:117)
	at org.netbeans.modules.cnd.api.model.services.CsmClassifierResolver$Default.getOriginalClassifier(CsmClassifierResolver.java:152)
	at org.netbeans.modules.cnd.api.model.util.CsmBaseUtilities.getOriginalClassifier(CsmBaseUtilities.java:357)
	at org.netbeans.modules.cnd.api.model.services.CsmInheritanceUtilities.getCsmClass(CsmInheritanceUtilities.java:473)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.processClass(CsmVirtualInfoQuery.java:264)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.isVirtual(CsmVirtualInfoQuery.java:216)
	at org.netbeans.modules.cnd.navigation.callgraph.FunctionImpl.initVirtual(FunctionImpl.java:161)
	at org.netbeans.modules.cnd.navigation.callgraph.FunctionImpl.<init>(FunctionImpl.java:85)
	at org.netbeans.modules.cnd.navigation.callgraph.CallModelImpl.getRoot(CallModelImpl.java:108)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphPanel.update(CallGraphPanel.java:435)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphPanel.setModel(CallGraphPanel.java:424)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphTopComponent.setModel(CallGraphTopComponent.java:113)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphPopupAction.performAction(CallGraphPopupAction.java:65)
	at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
	at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
	at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
	at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
	at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:583)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
	at java.awt.Component.processMouseEvent(Component.java:6505)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
	at java.awt.Component.processEvent(Component.java:6270)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4861)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2719)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.awt.EventQueue$4.run(EventQueue.java:708)
	at java.awt.EventQueue$4.run(EventQueue.java:706)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
INFO [dlight.libs.common.logger]: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
java.lang.Exception: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage.getEntry(CsmCacheManager.java:303)
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager.getClientCache(CsmCacheManager.java:189)
	at org.netbeans.modules.cnd.api.model.services.CsmSelect.getClassMembers(CsmSelect.java:128)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.processClass(CsmVirtualInfoQuery.java:250)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.processClass(CsmVirtualInfoQuery.java:264)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.isVirtual(CsmVirtualInfoQuery.java:216)
	at org.netbeans.modules.cnd.navigation.callgraph.FunctionImpl.initVirtual(FunctionImpl.java:161)
	at org.netbeans.modules.cnd.navigation.callgraph.FunctionImpl.<init>(FunctionImpl.java:85)
	at org.netbeans.modules.cnd.navigation.callgraph.CallModelImpl.getRoot(CallModelImpl.java:108)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphPanel.update(CallGraphPanel.java:435)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphPanel.setModel(CallGraphPanel.java:424)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphTopComponent.setModel(CallGraphTopComponent.java:113)
	at org.netbeans.modules.cnd.callgraph.impl.CallGraphPopupAction.performAction(CallGraphPopupAction.java:65)
	at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
	at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
	at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
	at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
	at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:583)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
	at java.awt.Component.processMouseEvent(Component.java:6505)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
	at java.awt.Component.processEvent(Component.java:6270)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4861)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2719)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.awt.EventQueue$4.run(EventQueue.java:708)
	at java.awt.EventQueue$4.run(EventQueue.java:706)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Comment 1 Alexander Simon 2014-04-11 11:12:46 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/44f649838094
Comment 2 Quality Engineering 2014-04-18 02:42:01 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/44f649838094
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #243575 [hotspot] no active transaction in call graph
Comment 3 Quality Engineering 2014-04-24 02:17:40 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/2e3d1d9e77ac
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #243575 [hotspot] no active transaction in call graph
(transplanted from 44f649838094d24e372020e4ed61269bd5cd8d35)