-
Bug
-
Resolution: Done
-
Major
-
4.0.0-ALPHA
-
None
When Byteman generates bytecode for a method call embedded in a rule this sometimes necessitates executing methods reflectively (e.g. when the method is not public). if the method argument list is not empty then this involves planting code to create an Object array and store the call arguments in the array. Primitive type arguments need to be boxed before storing and Byteman currently omits this box operation.