RFR: 8299560: Assertion failed: currentQueryIndex >= 0 && currentQueryIndex < numberOfJavaProcessesAtInitialization
Chris Plummer
cjplummer at openjdk.org
Tue Sep 26 19:31:12 UTC 2023
On Tue, 26 Sep 2023 16:50:12 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> Thanks Leonid, I didn't see much value in that - we can see in the same file the return value of currentQueryIndexForProcess() is going to be -1 or an index from the for loop iteration from 0 to INT_MAX.
>> We can do that if you really feel it has a benefit?
>
> Fine then. Thank you for the explanation.
What was the cause of all the 0's in the output, and how did you get rid of them so you could see the assert message?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15750#discussion_r1337685340
More information about the serviceability-dev
mailing list