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 270622

Summary: IllegalArgumentException: Invalid method id: 766048944
Product: debugger Reporter: tak3shi <tak3shi>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229130
Attachments: stacktrace

Description tak3shi 2017-05-12 12:40:39 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Dynamic Code Evolution 64-Bit Server VM, 25.71-b01-dcevmlight-8, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
tak3shi: Exception after payara crashed




Stacktrace: 
java.lang.IllegalArgumentException: Invalid method id: 766048944
   at com.sun.tools.jdi.ReferenceTypeImpl.getMethodMirror(ReferenceTypeImpl.java:109)
   at com.sun.tools.jdi.LocationImpl.method(LocationImpl.java:103)
   at com.sun.tools.jdi.LocationImpl.equals(LocationImpl.java:67)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl$EqualsInfo.equals(CallStackFrameImpl.java:1070)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl.getStackFrame(CallStackFrameImpl.java:987)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl.getThisVariable(CallStackFrameImpl.java:840)
Comment 1 tak3shi 2017-05-12 12:40:41 UTC
Created attachment 164304 [details]
stacktrace