src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 51405 8b23aa7cef47
parent 51332 c25572739e7c
child 51494 1906adbef2dc
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Tue Aug 14 14:08:04 2018 -0700
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Tue Aug 14 18:42:14 2018 -0500
@@ -1324,9 +1324,8 @@
   // Partial cleaning used when class unloading is disabled.
   // Let the caller choose what structures to clean out:
   // - StringTable
-  // - SymbolTable
   // - StringDeduplication structures
-  void partial_cleaning(BoolObjectClosure* is_alive, bool unlink_strings, bool unlink_symbols, bool unlink_string_dedup);
+  void partial_cleaning(BoolObjectClosure* is_alive, bool unlink_strings, bool unlink_string_dedup);
 
   // Complete cleaning used when class unloading is enabled.
   // Cleans out all structures handled by partial_cleaning and also the CodeCache.