RFR: 8316694: Implement relocation of nmethod within CodeCache [v32]

Chad Rakoczy duke at openjdk.org
Thu Jul 24 19:11:12 UTC 2025


On Wed, 2 Jul 2025 20:47:44 GMT, Chad Rakoczy <duke at openjdk.org> wrote:

>> test/hotspot/jtreg/vmTestbase/nsk/jvmti/NMethodRelocation/nmethodrelocation.java line 37:
>> 
>>> 35: import jdk.test.whitebox.code.BlobType;
>>> 36: 
>>> 37: public class nmethodrelocation extends DebugeeClass {
>> 
>> Why is the class name not following the Java code conventions?
>
> I was following the naming conventions of other JVMTI tests.
> https://github.com/openjdk/jdk/tree/master/test/hotspot/jtreg/vmTestbase/nsk/jvmti

Is the name of this test acceptable?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23573#discussion_r2229340005


More information about the hotspot-compiler-dev mailing list