Uwe Schindler
Uwe Schindler
Here is a more detailed explanation: https://github.com/openjdk/panama-foreign/pull/555#issuecomment-865672909 Please also read the benchamrking output (especially JFR output before that comment).
> My suspicion is that batch & disable tiered compilation is trying to reduce the number of ancillary activities the JVM is doing that might interfere with the measurements (introduce...
> If I recall (at Berlin Buzzwords "spatial chat") did you say the runs were using separate JVMs? (I was surprised to hear that). Yes it does. But a single...
Maybe there should be a separate setting in the config to add command line parameters to java process, so you don't nedd to touch JAVA_COMMAND, which should be lazily evaluated...
Hi, it might be possible to update these, but I have to find the converter that transforms them to XML files. Although I am not sure if this really brings...
The issue is mainly if the directory does not exist. Once you created a directory it starts and creates the db file.
It would be nice to merge this! Thanks!
I am fine to fix the test. Sure you have to first figure out why the index is out of bounds, and the exact exception may be misleading, but that's...
Could we not make the caching pluggable? Like https://github.com/broccolai/jdbi-but-no-caffeine/commit/68869bbd0e55cd654a92b87e5146f40b7eda03d6 shows, this is easy possible. So a good idea would be to allow plugins or some API endpoint to replace this...
My personal opinion: It should be aligned so private fields and private ctors work, or only public in both cases. But FieldMapper should have a config setting to disable access...