Skip to content
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

Java 17 Parallel Old/New Parsing has altered from JDK 11, impacting what is reported as promoted bytes and what is reported in young gen #284

Open
karianna opened this issue Mar 6, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@karianna
Copy link
Member

karianna commented Mar 6, 2023

Describe the bug
Censum seems to be reporting on -xmn values as opposed to -xmx values but that is a red herring. What has actually changed is that after a gc collection record there's no longer always a new gc total heap size record.

To Reproduce
Load the attached log, you'll note that full heap seems to be at 50GB when it should be 56GB, there are other calculations challenges.

@karianna karianna added the bug Something isn't working label Mar 6, 2023
@karianna
Copy link
Member Author

karianna commented Mar 6, 2023

@karianna karianna assigned ghost Mar 6, 2023
@karianna
Copy link
Member Author

karianna commented Mar 6, 2023

@kirk-microsoft as discussed on the call. I'll let you take a look first before we 'fix' and add this to the test data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant