graalvm

mauricio.szabo 2025-04-15T05:31:21.680509Z

Folks, what's the right way to return a CCharPointer from GraalVM when I'm compiling a shared library? I found the code:

CTypeConversion.CCharPointerHolder holder = CTypeConversion.toCString("some string");
    return holder.get()
But I need to free this string later, right? What's the right way of doing this?

lread 2025-04-15T16:44:29.499099Z

Looks like https://www.graalvm.org/release-notes/JDK_24/.

👍 2
lread 2025-04-16T21:38:56.271869Z

Ha! Yeah that was quite a typo!

souenzzo 2025-04-17T00:21:03.417439Z

I was confused for a while. Is the CraalVM something different? Maybe something like python/cpython. 😆

souenzzo 2025-04-15T19:12:16.732729Z

Craal: critical regular auto-available lerease?!