RFR: 8361314: Test serviceability/jvmti/VMEvent/MyPackage/VMEventRecursionTest.java FATAL ERROR in native method: Failed during the GetClassSignature call
Chris Plummer
cjplummer at openjdk.org
Thu Jul 10 20:19:38 UTC 2025
On Thu, 10 Jul 2025 20:09:23 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> VMObjectAlloc callback does upcall (`clone`) which does new allocation.
> So if the recursion happen, the test gets infinite recursion
Ok, so the failure then will be a StackOverflowException.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26231#issuecomment-3058920509
More information about the serviceability-dev
mailing list