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 198170

Summary: Profiling fails for some classes
Product: profiler Reporter: ianclough <ianclough>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: File causing error

Description ianclough 2011-04-28 11:26:11 UTC
Profiling fails for some classes using Netbeans 7 with JDK 7.

Profiler Agent Error: Redefinition failed for classes:
org.meadowcroft.expression.utils.Scanner
Profiler Agent Error: with message: Redefinition failed with error 62
Check JVMTI documentation for this error code.
Debug: writing class file: org.meadowcroft.expression.utils.Scanner, into file: org.meadowcroft.expression.utils.Scanner.class
Profiler Agent Error: Redefinition failed for classes:
org.meadowcroft.expression.expressionTree.GenericNode
Profiler Agent Error: with message: Redefinition failed with error 62
Check JVMTI documentation for this error code.
Debug: writing class file: org.meadowcroft.expression.expressionTree.GenericNode, into file: org.meadowcroft.expression.expressionTree.GenericNode.class

I don't know what characterises the few classes which fail but have attached the source for one of them.
Comment 1 ianclough 2011-04-28 13:13:09 UTC
Created attachment 107997 [details]
File causing error
Comment 2 Tomas Hurka 2015-04-23 11:47:34 UTC
Probably duplicate of issue #191297.

*** This bug has been marked as a duplicate of bug 191297 ***