RFR: 8287982: Concurrent implicit attach from native threads crashes VM
David Holmes
dholmes at openjdk.org
Wed Jun 22 07:03:49 UTC 2022
On Tue, 21 Jun 2022 08:13:29 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> One thing that I'm wondering for the test is whether to move it to test/hotspot/jtreg/runtime/jni/ so it lives with the other tests for JNI. I had expected to find other tests for AttachCurrentThread in that location but we don't.
As this doesn't change hotspot code it seems more appropriate to have the regression test where it is. We have a number of tests that use AttachCurrentThread but very few actual regression tests for it.
Thanks.
-------------
PR: https://git.openjdk.org/jdk19/pull/28
More information about the hotspot-runtime-dev
mailing list