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

Re-enable toLowerCase / toUpperCase acceleration in the JIT #1934

Closed
fjeremic opened this issue May 17, 2018 · 0 comments
Closed

Re-enable toLowerCase / toUpperCase acceleration in the JIT #1934

fjeremic opened this issue May 17, 2018 · 0 comments
Labels

Comments

@fjeremic
Copy link
Contributor

As part of #1786 the acceleration for toUpperCase / toLowerCase was disabled for Java 9 onward. This support needs to be re-enabled. This will require slight altercations to how the recognized methods are laid out in our implementation in the JIT.

dhong44 added a commit to dhong44/openj9 that referenced this issue Jun 27, 2018
Modify API call so that caseConversionHelper recieves
underlying arrays and length of string.

Closes: eclipse-openj9#1934

Signed-off-by: Daniel Hong <daniel.hong@live.com>
dhong44 added a commit to dhong44/openj9 that referenced this issue Jul 4, 2018
Modify API call so that caseConversionHelper recieves
underlying arrays and length of string.

Closes: eclipse-openj9#1934

Signed-off-by: Daniel Hong <daniel.hong@live.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant