On Fri, 9 Apr 2021 16:54:35 GMT, Ioi Lam <ik...@openjdk.org> wrote: >> Vladimir Kozlov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove exports from Graal module to jdk.aot > > src/hotspot/share/oops/methodCounters.cpp line 77: > >> 75: } >> 76: >> 77: void MethodCounters::metaspace_pointers_do(MetaspaceClosure* it) { > > MethodCounters::metaspace_pointers_do can be removed altogether (also need to > remove the declaration in methodCounter.hpp).
Done. ------------- PR: https://git.openjdk.java.net/jdk/pull/3398