mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +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
|
@ -450,11 +450,6 @@ void DefNewGeneration::compute_new_size() {
|
|||
}
|
||||
}
|
||||
|
||||
void DefNewGeneration::object_iterate_since_last_GC(ObjectClosure* cl) {
|
||||
// $$$ This may be wrong in case of "scavenge failure"?
|
||||
eden()->object_iterate(cl);
|
||||
}
|
||||
|
||||
void DefNewGeneration::younger_refs_iterate(OopsInGenClosure* cl) {
|
||||
assert(false, "NYI -- are you sure you want to call this?");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue