Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-5
-
Fix Version/s: 1.0-JSR-4
-
Component/s: None
-
Labels:None
Description
class Syn {
pr() {
synchronized(this) {println 'hello'}
}
}
new Syn().pr()
produced:
java.lang.VerifyError: (class: Syn, method: pr signature: ()Ljava/lang/Object
Unable to pop operand off an empty stack
Issue Links
- is depended upon by
-
GROOVY-763
implement java parts
-
- is duplicated by
-
GROOVY-247
support synchronized blocks
-
Support for synchronized(foo) { ... }