On Tue, 24 Jun 2025 22:32:30 GMT, Chen Liang wrote:
> Currently, fake parameters are created with "arg0" etc. strings that are
> retained for class file methods with no MethodParameters attribute. The
> original issue report observes many of these strings present in the heap. To
> address this
On Tue, 24 Jun 2025 22:32:30 GMT, Chen Liang wrote:
> Currently, fake parameters are created with "arg0" etc. strings that are
> retained for class file methods with no MethodParameters attribute. The
> original issue report observes many of these strings present in the heap. To
> address this
Currently, fake parameters are created with "arg0" etc. strings that are
retained for class file methods with no MethodParameters attribute. The
original issue report observes many of these strings present in the heap. To
address this issue, we can remove these eagerly created fake names, bringi