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 - Profiling fails for some classes
Summary: Profiling fails for some classes
Status: RESOLVED DUPLICATE of bug 191297
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-28 11:26 UTC by ianclough
Modified: 2015-04-23 11:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
File causing error (6.49 KB, text/plain)
2011-04-28 13:13 UTC, ianclough
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***