We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is an example from shared cache statistics in javacore file:
1SCLTEXTCRTW Cache Created With NULL ------------------ NULL 2SCLTEXTXNL -Xnolinenumbers = false 2SCLTEXTBCI BCI Enabled = true 2SCLTEXTBCI Restrict Classpaths = false NULL 1SCLTEXTCSUM Cache Summary NULL ------------------ NULL 2SCLTEXTNLC No line number content = false 2SCLTEXTLNC Line number content = true NULL 2SCLTEXTRCS ROMClass start address = 0x00007FD779459000 2SCLTEXTRCE ROMClass end address = 0x00007FD77966CBD0 2SCLTEXTMSA Metadata start address = 0x00007FD78A7FFAF8 2SCLTEXTCEA Cache end address = 0x00007FD78C000000 2SCLTEXTRTF Runtime flags = 0x00102001ECA6028B 2SCLTEXTCGN Cache generation = 35 NULL 2SCLTEXTCSZ Cache size = 314572192 2SCLTEXTFRB Free bytes = 64024244 2SCLTEXTRCB ROMClass bytes = 2178000 2SCLTEXTAOB AOT code bytes = 2128 2SCLTEXTADB AOT data bytes = 264 2SCLTEXTAHB AOT class hierarchy bytes = 216 2SCLTEXTATB AOT thunk bytes = 0 2SCLTEXTARB Reserved space for AOT bytes = -1 2SCLTEXTAMB Maximum space for AOT bytes = -1 2SCLTEXTJHB JIT hint bytes = 536 2SCLTEXTJPB JIT profile bytes = 3968 2SCLTEXTJRB Reserved space for JIT data bytes = -1 2SCLTEXTJMB Maximum space for JIT data bytes = -1 2SCLTEXTNOB Java Object bytes = 0 2SCLTEXTZCB Zip cache bytes = 0 2SCLTEXTRWB ReadWrite bytes = 363936 2SCLTEXTJCB JCL data bytes = 0 2SCLTEXTBDA Byte data bytes = 0 2SCLTEXTMDA Metadata bytes = 26944 2SCLTEXTDAS Class debug area size = 25133056 2SCLTEXTDAU Class debug area % used = 2% 2SCLTEXTDAN Class LineNumberTable bytes = 193546 2SCLTEXTDAV Class LocalVariableTable bytes = 314474 NULL 2SCLTEXTNRC Number ROMClasses = 710 2SCLTEXTNAM Number AOT Methods = 1 2SCLTEXTNAD Number AOT Data Entries = 1 2SCLTEXTNAH Number AOT Class Hierarchy = 5 2SCLTEXTNAT Number AOT Thunks = 0 2SCLTEXTNJH Number JIT Hints = 25 2SCLTEXTNJP Number JIT Profiles = 47 2SCLTEXTNCP Number Classpaths = 1 2SCLTEXTNUR Number URLs = 0 2SCLTEXTNTK Number Tokens = 0 2SCLTEXTNOJ Number Java Objects = 0 2SCLTEXTNZC Number Zip Caches = 0 2SCLTEXTNJC Number JCL Entries = 0 2SCLTEXTNST Number Stale classes = 0 2SCLTEXTPST Percent Stale classes = 0% NULL 2SCLTEXTCPF Cache is 4% full
The softmx bytes is set be 67108864, but it does not show up in the javacore.
The text was updated successfully, but these errors were encountered:
Add softmx bytes to cache statistics in Javacore file
9e77e33
Fixes eclipse-openj9#2724 Signed-off-by: hangshao <[email protected]>
No branches or pull requests
Here is an example from shared cache statistics in javacore file:
The softmx bytes is set be 67108864, but it does not show up in the javacore.
The text was updated successfully, but these errors were encountered: