devexperts / devexperts/dlcheck
java.lang.VerifyError: Instruction type does not match stack map
Open
- Dominant language
- Java
- Stars
- 87
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The error happens when instructing class like
```
public class Main
{
public synchronized static boolean h()
{
return true;
}
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the VerifyError with the synchronized static Java class shown in the issue. Inspect the checker path that instruments this class and compare the generated bytecode's stack-map frames with the JVM verifier's requirements. Done means the example no longer produces the error and existing checks still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100