Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize bytecode recording test performance
- Change creation of a large collection in `BytecodeRecorderTestCase.java` from using a loop to using `Collections.nCopies`
- Loading branch information