RFR: 8335836: serviceability/jvmti/StartPhase/AllowedFunctions/AllowedFunctions.java fails with unexpected exit code: 112 [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Fri Aug 2 20:34:02 UTC 2024
On Thu, 1 Aug 2024 22:01:43 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - fix typo in a comment
>> - corrections in test ClassPrepare event handler
>
> test/hotspot/jtreg/serviceability/jvmti/StartPhase/AllowedFunctions/libAllowedFunctions.c line 358:
>
>> 356:
>> 357: // Block VMDeath event and other ClassPrepare events while this callback is executed.
>> 358: // Sync with VMDeath event guards agains JVMTI_ERROR WRONG_PHASE.
>
> Suggestion:
>
> // Sync with VMDeath event guards agains JVMTI_ERROR_WRONG_PHASE.
Fixed now, thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20397#discussion_r1702292285
More information about the serviceability-dev
mailing list