mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8145092: Use Unified Logging for the GC logging
JEP-271. VM changes contributed by brutisso, test changes contributed by david. Co-authored-by: David Lindholm <david.lindholm@oralce.com> Reviewed-by: sjohanss, david, brutisso
This commit is contained in:
parent
581eb19018
commit
ffeb0bdad0
200 changed files with 3331 additions and 6147 deletions
|
@ -284,7 +284,6 @@ 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;
|
||||
|
||||
|
@ -543,9 +542,6 @@ class Arguments : AllStatic {
|
|||
// -Dsun.java.launcher.pid
|
||||
static int sun_java_launcher_pid() { return _sun_java_launcher_pid; }
|
||||
|
||||
// -Xloggc:<file>, if not specified will be NULL
|
||||
static const char* gc_log_filename() { return _gc_log_filename; }
|
||||
|
||||
// -Xprof
|
||||
static bool has_profile() { return _has_profile; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue