--- a/hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp Thu May 21 09:35:38 2015 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp Thu May 21 09:35:59 2015 +0200
@@ -1012,11 +1012,6 @@
// Initialize weak reference processing.
void ref_processing_init();
- // Explicitly import set_par_threads into this scope
- using CollectedHeap::set_par_threads;
- // Set _n_par_threads according to a policy TBD.
- void set_par_threads();
-
virtual Name kind() const {
return CollectedHeap::G1CollectedHeap;
}