About Me

My photo
Author of Groovy modules: GBench, GProf, Co-author of a Java book パーフェクトJava, Game Developer at GREE

Tuesday, May 31, 2011

@Benchmark annotation for Groovy has been updated to fix bugs

Today I updated @Benchmark annotation for Groovy to resolve the following (embarrassing) bugs:


- java.lang.VerifyError occurs with Groovy 1.7
- java.lang.UnsupportedClassVersionError occurs with JVM 1.5


Now I have made sure that @Benchmark works with Groovy 1.7/1.8 and JVM 1.5/1.6. 
If you are new to @Benchmark, please read the last post.

No comments:

Post a Comment