RFR: 8277481: Obsolete seldom used CDS flags [v2]

Harold Seigel hseigel at openjdk.java.net
Fri Dec 10 19:49:51 UTC 2021


On Fri, 10 Dec 2021 19:37:31 GMT, Calvin Cheung <ccheung at 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


More information about the serviceability-dev mailing list