charlotte ✨

Results 6 issues of charlotte ✨

E.g. is the integer autoboxed by the JVM in Entry 6? Does Entry 5 affect reflection?

At the moment, we're always sending a null pointer for what would be [`AttachCurrentThread`'s `thr_args`](https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/invocation.html#AttachCurrentThread) - the `JavaVM` struct's `attach_current_thread` doesn't allow passing in any arguments at all. Currently, I'm...

help wanted :heart:

Following on from #2104, this patchset (sloppily!) adds a second 'Split' hotkey, that can be changed independently of the primary one. This small modification has been created specifically to solve...

Closes #19697. This fixes a bug where the writeFile API can create partially-overwritten files which may lead to invalid / corrupt files or data leakage. It also aligns the behavior...

Looking at `nm` it seems that the `gHotSpotVM` symbols are set to local in libjvm.dylib from an AdoptOpenJDK installation. If anyone knows how to still read the symbols, it'd be...

help wanted