RFR: 8240567: SystemModulesPlugin: Keep stack clean

Alan Bateman alanb at openjdk.org
Sun Apr 16 08:23:38 UTC 2023


On Wed, 12 Apr 2023 10:05:34 GMT, Oliver Kopp <duke at openjdk.org> wrote:

> For me, it's the correct one. I was not sure which one to link. I can also drop the reference.

I checked the generated code and it looks like the code generated to invoke builder's newRequires, newExports, ... is missing a pop as the return values aren't used. It seems to be benign for now but could bite.  I've created [JDK-8306038](https://bugs.openjdk.org/browse/JDK-8306038) to track it .

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

PR Comment: https://git.openjdk.org/jdk/pull/13442#issuecomment-1510182294


More information about the core-libs-dev mailing list