On Tue, 4 Mar 2025 12:56:04 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
> Please review this trivial change to remove some unneeded includes and type > declarations from vmStructs. The SystemDictionary type is unused because > classes are looked up in the ClassLoaderDataGraph in the SA, and they haven't > been in a single SystemDictionary for a very long time. > Tested with SA tests locally. This pull request has now been integrated. Changeset: 11a37c82 Author: Coleen Phillimore <cole...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/11a37c829c12d064874416a7b242596cf23972e5 Stats: 39 lines in 9 files changed: 0 ins; 32 del; 7 mod 8351165: Remove unused includes from vmStructs Reviewed-by: kbarrett ------------- PR: https://git.openjdk.org/jdk/pull/23897