Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove allocation from NamedParameterUtils #397

Closed
wants to merge 1 commit into from

Conversation

marschall
Copy link
Contributor

NamedParameterUtils first creates a substring before appending to a
Appendable. This is unnecessary and creates a new char[] in later
HotSpot versions.

  • use Appendable#append directly instead of creating substring first

I did sign the Contributor License Agreement.

Issue: SPR-11042

NamedParameterUtils first creates a substring before appending to a
Appendable. This is unnecessary and creates a new `char[]` in later
HotSpot versions.

 - use `Appendable#append` directly instead of creating substring first

I did sign the Contributor License Agreement.

Issue: SPR-11042
@ghost ghost assigned sbrannen Oct 29, 2013
@sbrannen
Copy link
Member

sbrannen commented Nov 3, 2013

Thanks for submitting the pull request!

This has been addressed in commit 1dc7ff8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants