Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357728

Optimize Executable#synthesizeAllParams

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      Executable#synthesizeAllParams creates many duplicate parameter name Strings such as "arg0", "arg1", etc. In an typical Spring Boot application we can observe thousands of such Strings. The method can cache the most common parameter names, much like the optimization that was done in JDK-8341755.

      See example for the proposed change here: https://github.com/openjdk/jdk/commit/622a46c1bd5f9d01d15412a2d03b95935a6477ce


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: