Skip to content

Conversation

@niloc132
Copy link
Member

This test had a few tests unnecessarily disabled checks as well as some typos or errors in comments.

Added a simple test for optimizing out for loops, as this was missing.

Enabled String.hashCode() constant optimization, our emul has been consistent with JRE semantics since d094087.

Also fixes #10067 by specifying locale when printing floats.

This test had a few tests unnecessarily disabled checks as well as some
typos or errors in comments.

Added a simple test for optimizing out for loops, as this was missing.

Enabled String.hashCode() constant optimization, our emul has been
consistent with JRE semantics since d094087.

Also fixes gwtproject#10067 by specifying locale when printing floats.
@niloc132 niloc132 added the ready This PR has been reviewed by a maintainer and is ready for a CI run. label Nov 11, 2025
@niloc132 niloc132 added this to the 2.13 milestone Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready This PR has been reviewed by a maintainer and is ready for a CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests: DeadCodeEliminationTest.testFloatingPoint() depends on locale setting

1 participant