Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows XP, Java 1.4.2_07
Description
The following code:
bubbles = new Object()
synchronized (bubbles ) {
}
Produces:
Caught: java.lang.VerifyError: (class: bug, method: run signature: ()Ljava/lang/Object Unable to pop operand off an empty stack
If synchronized isn't implemented yet, it should give a "Not Implemented" error. Basically, we should never get a VerifyError, since that's an internal inconsistency.
Attachments
Issue Links
- duplicates
-
GROOVY-247 support synchronized blocks
- Closed