Chronicle-Core icon indicating copy to clipboard operation
Chronicle-Core copied to clipboard

Catch Throwable instead of Exception

Open JohannesLichtenberger opened this issue 1 year ago • 6 comments

net.openhft.chronicle.core.Jvm.maxDirectMemory0 should catch Throwable instead of Exception, otherwise I can't create a usable native image of my DBS project: https://github.com/oracle/graal/issues/8406#issuecomment-1979042559

JohannesLichtenberger avatar Mar 05 '24 16:03 JohannesLichtenberger