While reviewing sources, it appeared to me that we lack tests to verify a non-NULL argument for the JavaVMAttachArgs parameter of AttachCurrentThread().
Specifically, no test that tests AttachCurrentThread with a thread name provided on attach. Seems to be an oversight.
Specifically, no test that tests AttachCurrentThread with a thread name provided on attach. Seems to be an oversight.