> >> One other thing on this. It looks like the spec changes that were part > >> of JDK-8218573 have been backported to jdk-updates/jdk11u-dev by > >> mistake. Is that part of the issue that you are trying to fix? > > I can't find/access JDK-8218573 and I also struggle to find a changelist > > that > would resolve it (should it be a private bug). Did you misspell the number? > Please help me. > > > JDK-8218573 was a security fix (restricted in JBS). The spec update for > Java SE 13+ that was part of that change have found their way into the > jdk11u-dev repo, the change for JDK 12 and older should have not > included the spec change. > > https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/c7602effc480
Ah, I see... JDK-8218573 is JDK11u/JDK13u specific. Looks like it was derived from JDK-8217997 in jdk/jdk but pushed as a different bug. jdk/jdk was the only place where I was looking for JDK-8218573, so I couldn't find it. By spec part you mean the "@throws SecurityException" sections? Do you think those should not have been part of the 11u/13u change? Should these be even rolled back? Thanks Christoph