<div dir="ltr"><div>Hello,</div><div>my project Byte Buddy fails to build with recent JDK 25s. I am not sure if this is a known bug, but I wanted to mention it: <a href="https://github.com/raphw/byte-buddy/actions/runs/13975513319/job/39131008617">https://github.com/raphw/byte-buddy/actions/runs/13975513319/job/39131008617</a></div><div><br></div><div>The reason for the build failure is that this switch statement ends up in the default branch: <a href="https://github.com/raphw/byte-buddy/blob/master/byte-buddy-dep/src/main/java/net/bytebuddy/asm/Advice.java#L3239">https://github.com/raphw/byte-buddy/blob/master/byte-buddy-dep/src/main/java/net/bytebuddy/asm/Advice.java#L3239</a></div><div><br></div><div>This is happening for the char 'p' which is the last legal branch of the switch. This does not yield an error on JDKs 5 to 24, so this must be introduced recently.</div><div><br></div><div>Thanks, Rafael</div></div>