[jboss-svn-commits] JBL Code SVN: r29498 - labs/jbosstm/workspace/adinn/byteman/downloads/1.0.3.CP01.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 29 05:18:42 EDT 2009


Author: adinn
Date: 2009-09-29 05:18:42 -0400 (Tue, 29 Sep 2009)
New Revision: 29498

Added:
   labs/jbosstm/workspace/adinn/byteman/downloads/1.0.3.CP01/ReleaseNotes.txt
Log:
release notes for 1.0.3.CP01 release

Added: labs/jbosstm/workspace/adinn/byteman/downloads/1.0.3.CP01/ReleaseNotes.txt
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/downloads/1.0.3.CP01/ReleaseNotes.txt	                        (rev 0)
+++ labs/jbosstm/workspace/adinn/byteman/downloads/1.0.3.CP01/ReleaseNotes.txt	2009-09-29 09:18:42 UTC (rev 29498)
@@ -0,0 +1,51 @@
+                        Byteman 1.0 Release Notes
+                        -------------------------
+
+
+Release Notes - Byteman - Version 1.0.3.CP01
+
+** Bug
+    * [BYTEMAN-27] - AT ENTRY trigger is not injected unless class is compiled with line number info included
+    * [BYTEMAN-30] - Arrays parsing, type checking and compilation manifest various errors
+    * [BYTEMAN-31] - String plus expressions fail when either operand is null
+    * [BYTEMAN-35] - Compilation of throw expressions miscalculates stack heights
+    * [BYTEMAN-36] - Throw actions are compiled incorrectly and end up throwing the wrong type of exception
+    * [BYTEMAN-38] - waiter is not deleted after signalWake(ket, true) causing subsequent waitFor to return imediately
+    * [BYTEMAN-39] - Compilation of arithmetic fails to gereate correct code
+    * [BYTEMAN-43] - Waiter.waitFor() sometimes appears signalled without actually having been signalled
+
+
+** Feature Request
+    * [BYTEMAN-42] - Add new builtins trace(message) and traceln(message) as aliases for, respectively, trace("out", message) and traceln("out", message)
+
+Release Notes - Byteman - Version 1.0.3
+
+** Bug
+    * [BYTEMAN-9] - Some types in java.lang cannot be mentioned in rules without the package qualification
+    * [BYTEMAN-10] - Cannot omit package qualifier when specifying class and method for AT/AFTER CALL trigger location
+    * [BYTEMAN-11] - TestScript class used for offline parsing and type checking does not recognise <clinit> as  trigger method
+    * [BYTEMAN-12] - Cannot specify class with or class with package qualifier when specifying field for AT/AFTER READ/WRITE trigger location
+    * [BYTEMAN-13] - Parsed string literals fail == tests because they are not interned
+    * [BYTEMAN-14] - Type checker does not automatically all java.lang types if they are mentioend without package qualification
+    * [BYTEMAN-15] - Transformer associates enclosed try catch blocks with wrong synchronization blocks (invalid open enters count)
+    * [BYTEMAN-16] - Line numbers are being reported wrongly
+    * [BYTEMAN-17] - Type Checker does not correctly resolve an inner class name to a class if the former is used as a helper
+    * [BYTEMAN-20] - addCountDown Helper method should be named createCountDown to be consistent
+    * [BYTEMAN-21] - Default helper trace implementation does not install "out" and "err" as names for System.err and System.out
+    * [BYTEMAN-22] - AT SYNCHRONIZE trigger injection breaks Control Flow Graph lookup of monitorenter lock object
+
+
+** Feature Request
+    * [BYTEMAN-18] - Helper should provide a deleteRendezvous method
+    * [BYTEMAN-19] - Provide built-ins to enforce join dependencies between threads
+    * [BYTEMAN-23] - Method parameters cannot be referred to by their symbol names
+    * [BYTEMAN-24] - Allow BIND clause to be optional
+
+Release Notes - Byteman - Version 1.0.2
+
+** Bug
+    * [BYTEMAN-1] - rules with AT EXIT trigger locations throw a NullPointerException if the trigger method contains try catch blocks
+    * [BYTEMAN-2] - Byteman fails with when using JDK 6 with an ASM error about the EXPAND_FRAMES option
+    * [BYTEMAN-5] - parser fails to process AT/AFTER CALL trigger locations where the method includes a signature
+    * [BYTEMAN-6] - signature of readCounter, incrementCounter and decrementCounter inlcudes wrong return type
+    * [BYTEMAN-7] - bytemancheck.sh script is severely broken



More information about the jboss-svn-commits mailing list