RFR: 8343839: Detect patched modules and abort run-time image link early [v4]

Alan Bateman alanb at openjdk.org
Tue Dec 3 17:56:52 UTC 2024


On Tue, 3 Dec 2024 17:33:09 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> @AlanBateman OK with this too?

ModuleBootstap is the place to initialize the module system and setup the boot layer. The ModuleBootstrap.patcher() method is there for its buddy SystemModuleFinders, it should not be public. So I suppose what you have is okay but I think we're going to have work on removing this coupling in the future.

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

PR Comment: https://git.openjdk.org/jdk/pull/22037#issuecomment-2515231118


More information about the core-libs-dev mailing list