Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-beta-5
-
None
-
None
Description
class Syn {
pr() {
synchronized(this)
}
}
new Syn().pr()
produced:
java.lang.VerifyError: (class: Syn, method: pr signature: ()Ljava/lang/Object Unable to pop operand off an empty stack
Attachments
Issue Links
- is depended upon by
-
GROOVY-763 implement java parts
- Closed
- is duplicated by
-
GROOVY-247 support synchronized blocks
- Closed