mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8225388: Running jcmd Compiler.CodeHeap_Analytics all 0 cause crash
Reviewed-by: thartmann, sspitsyn
This commit is contained in:
parent
38204f9c65
commit
8c40b77cd8
10 changed files with 65 additions and 13 deletions
|
@ -417,7 +417,7 @@ public:
|
|||
|
||||
// CodeHeap State Analytics.
|
||||
static void print_info(outputStream *out);
|
||||
static void print_heapinfo(outputStream *out, const char* function, const char* granularity );
|
||||
static void print_heapinfo(outputStream *out, const char* function, size_t granularity);
|
||||
};
|
||||
|
||||
#endif // SHARE_COMPILER_COMPILEBROKER_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue