On Mon, 26 Aug 2024 13:39:44 GMT, Claes Redestad <[email protected]> wrote:

> Noticed these on a few startup tests in code generating proxies. Desugaring 
> switch expressions reduce risk of bootstrap circularity from any future 
> changes to switch bootstrapping (which itself depends on the classfile API). 
> It's also a tiny improvement to startup performance.

This pull request has now been integrated.

Changeset: e63418ee
Author:    Claes Redestad <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/e63418ee017def80689c88671e5d124b2d453fda
Stats:     30 lines in 2 files changed: 12 ins; 0 del; 18 mod

8338979: Avoid bootstrapped switches in the classfile API

Reviewed-by: liach, asotona

-------------

PR: https://git.openjdk.org/jdk/pull/20714

Reply via email to