RFR: 8365192: post_meth_exit should be in vm state when calling get_jvmti_thread_state [v5]

David Holmes dholmes at openjdk.org
Wed Aug 20 05:37:46 UTC 2025


On Tue, 19 Aug 2025 23:22:09 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/ExceptionOccurred.java line 1:
>> 
>>> 1: /*
>> 
>> Shouldn't this file be placed in `test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/ExceptionOccurred` along with the cpp file?
>
> It makes test name 
> serviceability/jvmti/events/MethodExit/ExceptionOccurred/ExceptionOccurred.java
> so it is better to left it on this level
> And tests usually have single lib*.cpp per directory.

It is normal/common to have a directory Foo that contains both Foo.java and libFoo.cpp

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26713#discussion_r2286984421


More information about the hotspot-dev mailing list