On Sat, 2 Jul 2022 03:10:05 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
>> test/hotspot/jtreg/serviceability/jvmti/vthread/SelfSuspendDisablerTest/libSelfSuspendDisablerTest.cpp >> line 68: >> >>> 66: } >>> 67: >>> 68: } >> >> it might be helpful to add >> >> // extern "C" >> >> after the brace as it confused me initially as to why there are two braces. > > Good catch. Fixed. Good suggestion. Resolved. ------------- PR: https://git.openjdk.org/jdk19/pull/102