--- old/src/hotspot/share/gc/g1/g1CollectedHeap.hpp 2018-08-02 10:15:07.000000000 -0500 +++ new/src/hotspot/share/gc/g1/g1CollectedHeap.hpp 2018-08-02 10:15:06.000000000 -0500 @@ -1327,9 +1327,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.