Integrated: 8294411: SA should provide more useful info when it fails to start up due to "failed to workaround classshareing"

Chris Plummer cjplummer at openjdk.org
Wed Sep 28 17:20:34 UTC 2022


On Tue, 27 Sep 2022 05:16:35 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Sometimes SA fails to startup with the following error message:
> 
> ERROR: failed to workaround classshareing
> Unable to open core file
> 
> The code in question is init_classsharing_workaround() in ps_core_common.c. There a number of reasons why the class sharing work around can fail, and the reason is usually pretty well described with a print_debug() statement. However, since this is an error, these should really just be print_error() statements so the user doesn't need to figure out how to get more info by setting LIBSAPROC_DEBUG (which may also produce a ton of output unrelated to the error).

This pull request has now been integrated.

Changeset: 3b7fc80b
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3b7fc80b1887db957a0134592eb0711c225ba64c
Stats:     15 lines in 1 file changed: 2 ins; 0 del; 13 mod

8294411: SA should provide more useful info when it fails to start up due to "failed to workaround classshareing"

Reviewed-by: kevinw, sspitsyn

-------------

PR: https://git.openjdk.org/jdk/pull/10438


More information about the serviceability-dev mailing list