On Thu, 30 Apr 2026 10:57:47 GMT, Kevin Walls <[email protected]> wrote:
> JConsole attempts unnecessary classloading by using Class.forName when > creating the graphical interface, including the components for MBeans. > > JConosole does not implement MBean operations on types other than the > standard types. It already has a set of types which it can check against, so > can check if a type is in "editableTypes" before resolving and returning a > Class. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Thanks for the reviews! ------------- PR Comment: https://git.openjdk.org/jdk/pull/30999#issuecomment-4378211430
