mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful
Remove -Xaprof and Klass::_alloc_count & ArrayKlass::_alloc_size. Reviewed-by: stefank, coleenp
This commit is contained in:
parent
4ecee47075
commit
b454ece6d7
30 changed files with 7 additions and 388 deletions
|
@ -262,7 +262,6 @@ class Arguments : AllStatic {
|
|||
|
||||
// Option flags
|
||||
static bool _has_profile;
|
||||
static bool _has_alloc_profile;
|
||||
static const char* _gc_log_filename;
|
||||
static uintx _min_heap_size;
|
||||
|
||||
|
@ -464,9 +463,8 @@ class Arguments : AllStatic {
|
|||
// -Xloggc:<file>, if not specified will be NULL
|
||||
static const char* gc_log_filename() { return _gc_log_filename; }
|
||||
|
||||
// -Xprof/-Xaprof
|
||||
// -Xprof
|
||||
static bool has_profile() { return _has_profile; }
|
||||
static bool has_alloc_profile() { return _has_alloc_profile; }
|
||||
|
||||
// -Xms, -Xmx
|
||||
static uintx min_heap_size() { return _min_heap_size; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue