Skip to content

[GR-47881] [GR-59369] Drop total types/fields/methods from build output. #11245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

graalvmbot
Copy link
Collaborator

Also, deprecate these metrics in the build-output-schema and remove already deprecated metrics.

The total numbers reported for types, fields, and methods are misleading. They are not the total numbers across the whole application. They are only the total numbers of types, fields, and methods loaded by the class loaders. And because class loading is non-deterministic, these numbers are not always the same across builds of the same application. Since the number of loaded types, fields, and methods has very little meaning to users, we are removing them and simplifying the build output.

Deprecate these metrics in the build-output-schema and remove already deprecated metrics.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants