Skip to content

Commit

Permalink
Merge pull request #45647 from geoand/config-string-concat-v2
Browse files Browse the repository at this point in the history
Use StringBuilder instead of String concat for startup code
  • Loading branch information
gsmet authored Jan 17, 2025
2 parents 7ef6a25 + ddb26ac commit dc82c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@
</annotationProcessorPaths>
<compilerArgs>
<arg>-AsplitOnConfigRootDescription=true</arg>
<!-- As string concatenation has a non-zero impact on startup, let's disable it for this module -->
<arg>-XDstringConcat=inline</arg>
</compilerArgs>
</configuration>
</execution>
Expand Down

0 comments on commit dc82c8a

Please sign in to comment.