On Fri, 10 Dec 2021 19:37:31 GMT, Calvin Cheung <cche...@openjdk.org> wrote:
>> Harold Seigel has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fix print_debug() message > > src/jdk.hotspot.agent/share/native/libsaproc/ps_core_common.c line 303: > >> 301: useSharedSpacesAddr = lookup_symbol(ph, jvm_name, >> USE_SHARED_SPACES_SYM); >> 302: if (useSharedSpacesAddr == 0) { >> 303: print_debug("can't lookup 'UseSharedSpaces' symbol\n"); > > Maybe the `print_debug` at line 311 should also be updated from "flag" to > "symbol"? fixed. Thanks for pointing it out. ------------- PR: https://git.openjdk.java.net/jdk/pull/6800