8260416: Remove unused method ReferenceProcessor::is_mt_processing_set_up()
Reviewed-by: ayang, kbarrett
This commit is contained in:
parent
3a21e1df70
commit
1a7adc8642
@ -769,10 +769,6 @@ void ReferenceProcessor::balance_queues(DiscoveredList ref_lists[])
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ReferenceProcessor::is_mt_processing_set_up(AbstractRefProcTaskExecutor* task_executor) const {
|
|
||||||
return task_executor != NULL && _processing_is_mt;
|
|
||||||
}
|
|
||||||
|
|
||||||
void ReferenceProcessor::process_soft_ref_reconsider(BoolObjectClosure* is_alive,
|
void ReferenceProcessor::process_soft_ref_reconsider(BoolObjectClosure* is_alive,
|
||||||
OopClosure* keep_alive,
|
OopClosure* keep_alive,
|
||||||
VoidClosure* complete_gc,
|
VoidClosure* complete_gc,
|
||||||
@ -782,7 +778,6 @@ void ReferenceProcessor::process_soft_ref_reconsider(BoolObjectClosure* is_alive
|
|||||||
|
|
||||||
size_t const num_soft_refs = total_count(_discoveredSoftRefs);
|
size_t const num_soft_refs = total_count(_discoveredSoftRefs);
|
||||||
phase_times->set_ref_discovered(REF_SOFT, num_soft_refs);
|
phase_times->set_ref_discovered(REF_SOFT, num_soft_refs);
|
||||||
|
|
||||||
phase_times->set_processing_is_mt(_processing_is_mt);
|
phase_times->set_processing_is_mt(_processing_is_mt);
|
||||||
|
|
||||||
if (num_soft_refs == 0) {
|
if (num_soft_refs == 0) {
|
||||||
|
@ -371,8 +371,6 @@ private:
|
|||||||
|
|
||||||
bool is_subject_to_discovery(oop const obj) const;
|
bool is_subject_to_discovery(oop const obj) const;
|
||||||
|
|
||||||
bool is_mt_processing_set_up(AbstractRefProcTaskExecutor* task_executor) const;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// Default parameters give you a vanilla reference processor.
|
// Default parameters give you a vanilla reference processor.
|
||||||
ReferenceProcessor(BoolObjectClosure* is_subject_to_discovery,
|
ReferenceProcessor(BoolObjectClosure* is_subject_to_discovery,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user