RFR: 8367859: Remove shell script from nio exception gensrc

Magnus Ihse Bursie ihse at openjdk.org
Wed Sep 17 18:42:01 UTC 2025


On Wed, 17 Sep 2025 10:17:33 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> The only remaining shell script that is being used in the gensrc phase to generate Java code is for the nio exceptions. This should be removed as well, and replaced with a standard solution (Java buildtool or makefile API calls).

I'm glad to hear you say that. That was my initial thinking also, but since it was not done that way originally, I thought it would not be acceptable. I think that is a much better solution. I'll create a new PR with checked-in code, but I'll keep this open for the time being, if it turns out a generated solution is preferred.

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

PR Comment: https://git.openjdk.org/jdk/pull/27338#issuecomment-3304151588


More information about the core-libs-dev mailing list