8235912: JvmtiBreakpoint remove oops_do and metadata_do

Reviewed-by: coleenp, sspitsyn
This commit is contained in:
Robbin Ehn 2019-12-19 16:47:59 +01:00
parent 18bc0214db
commit e4c96dea46
4 changed files with 29 additions and 141 deletions

View file

@ -2600,7 +2600,6 @@ void JvmtiExport::clear_detected_exception(JavaThread* thread) {
}
void JvmtiExport::oops_do(OopClosure* f) {
JvmtiCurrentBreakpoints::oops_do(f);
JvmtiObjectAllocEventCollector::oops_do_for_all_threads(f);
}