--- a/src/hotspot/share/classfile/systemDictionary.cpp Wed Apr 10 15:41:03 2019 +0200
+++ b/src/hotspot/share/classfile/systemDictionary.cpp Wed Apr 10 15:41:04 2019 +0200
@@ -68,7 +68,6 @@
#include "oops/symbol.hpp"
#include "oops/typeArrayKlass.hpp"
#include "prims/jvmtiExport.hpp"
-#include "prims/resolvedMethodTable.hpp"
#include "prims/methodHandles.hpp"
#include "runtime/arguments.hpp"
#include "runtime/biasedLocking.hpp"
@@ -1836,8 +1835,6 @@
}
GCTraceTime(Debug, gc, phases) t("Trigger cleanups", gc_timer);
- // Trigger cleaning the ResolvedMethodTable even if no unloading occurred.
- ResolvedMethodTable::trigger_cleanup();
if (unloading_occurred) {
SymbolTable::trigger_cleanup();