Summary: | LocalVariableTypeTable seems not to be updated like LocalVariableTable | ||
---|---|---|---|
Product: | BCEL - Now in Jira | Reporter: | Marco Petris <marco.petris> |
Component: | Main | Assignee: | issues <issues> |
Status: | REOPENED --- | ||
Severity: | major | CC: | scheglov_ke |
Priority: | P2 | Keywords: | JDK1.5 |
Version: | 5.1 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows 2000 |
Description
Marco Petris
2005-02-14 03:00:03 UTC
One possible workaround before BCEL supports Local Variable type Tables is to simply remove the table. It is optional and everything seems to work fine if you remove it. Simply loop through the attributes and remove the one named "LocalVariableTypeTable". I think the only downside is that the information won't be available to a debugger. The proposed workaround works even with the Instrumentation.redefineClasses( ClassDefinition[] definitions ) of JDK1.5 So we this should be fixed for proper jdk 1.5 support It looks like a dup of http://issues.apache.org/bugzilla/show_bug.cgi?id=39695 i have loop through the attributes and remove the one named "LocalVariableTypeTabe". The problem still occurs |