RFR: 8335836: serviceability/jvmti/StartPhase/AllowedFunctions/AllowedFunctions.java fails with unexpected exit code: 112 [v4]
Serguei Spitsyn
sspitsyn at openjdk.org
Sat Aug 3 11:44:03 UTC 2024
On Sat, 3 Aug 2024 04:15:01 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> tweeked comment in ClassPrepare event callback
>
> test/hotspot/jtreg/serviceability/jvmti/StartPhase/AllowedFunctions/libAllowedFunctions.c line 363:
>
>> 361: check_jvmti_error(jvmti, "ClassPrepare event: Failed in RawMonitorEnter", err);
>> 362:
>> 363: if (is_vm_dead == JNI_TRUE) {
>
> Suggestion:
>
> if (is_vm_dead) {
Thanks, updated now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20397#discussion_r1702715873
More information about the serviceability-dev
mailing list