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 208251

Summary: ArrayIndexOutOfBoundsException: 202680
Product: profiler Reporter: ineedanid
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184470
Attachments: stacktrace

Description ineedanid 2012-02-10 13:52:29 UTC
This issue was reported manually by thurka.
It already has 2 duplicates 


Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
ineedanid: occured at start-up for application-profiling

ineedanid: Profiling application




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 202680
   at org.netbeans.lib.profiler.instrumentation.SingleMethodScaner.getU4(SingleMethodScaner.java:189)
   at org.netbeans.lib.profiler.instrumentation.SingleMethodScaner.getInt(SingleMethodScaner.java:177)
   at org.netbeans.lib.profiler.instrumentation.Injector.changeJump(Injector.java:409)
   at org.netbeans.lib.profiler.instrumentation.Injector.changeJumps(Injector.java:512)
   at org.netbeans.lib.profiler.instrumentation.Injector.relocateCode(Injector.java:659)
   at org.netbeans.lib.profiler.instrumentation.Injector.handleSwitchPadding(Injector.java:574)
Comment 1 ineedanid 2012-02-10 13:52:33 UTC
Created attachment 115583 [details]
stacktrace
Comment 2 Tomas Hurka 2012-02-10 14:06:11 UTC
*** Bug 208166 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Hurka 2012-04-06 14:35:00 UTC
Can you provide steps how to reproduce it? It looks like it depends on particular class file. Which project do you profile? Is it available somewhere? Thanks.