mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8145180: Add back PrintGC, PrintGCDetails and -Xloggc
Reviewed-by: sjohanss, david
This commit is contained in:
parent
1fdb299974
commit
31ca2b7010
4 changed files with 146 additions and 0 deletions
|
@ -294,6 +294,7 @@ class Arguments : AllStatic {
|
|||
|
||||
// Option flags
|
||||
static bool _has_profile;
|
||||
static const char* _gc_log_filename;
|
||||
// Value of the conservative maximum heap alignment needed
|
||||
static size_t _conservative_max_heap_alignment;
|
||||
|
||||
|
@ -400,6 +401,8 @@ class Arguments : AllStatic {
|
|||
static jint match_special_option_and_act(const JavaVMInitArgs* args,
|
||||
ScopedVMInitArgs* args_out);
|
||||
|
||||
static bool handle_deprecated_print_gc_flags();
|
||||
|
||||
static jint parse_vm_init_args(const JavaVMInitArgs *java_tool_options_args,
|
||||
const JavaVMInitArgs *java_options_args,
|
||||
const JavaVMInitArgs *cmd_line_args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue