Skip to content

gwt 2.12.0 release take 2

Latest
Compare
Choose a tag to compare
@niloc132 niloc132 released this 23 Oct 01:32
b47d247
Avoid "immutable" apis for JNodes, preventing optimizer errors (#10010)

The immutable APIs for JNodes apparently were never immutable to begin
with, and have been watered down since then so that it isn't safe to
actually treat them as being immutable. This confusion prevented
multiple case expressions from being optimized correctly.

Fixes #10005