RFR: 8324893: Rename JVMDITools.h
Daniel D. Daugherty
dcubed at openjdk.org
Tue Jan 30 21:12:34 UTC 2024
On Tue, 30 Jan 2024 18:34:48 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> 8324893: Rename JVMDITools.h
>
> Please review this trivial change that renames the file
> test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.h to JVMDITools.hpp. There
> are no uses of NULL in this file to be fixed.
>
> Testing: mach5 tier1
JVM/DI and JVM/PI were removed years ago. This file came in when the NSK test suite
was imported into the code base. JVMDITools.h is mentioned in two other files:
test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.cpp:#include "JVMDITools.h"
test/hotspot/jtreg/vmTestbase/nsk/share/README: JVMDITools.h, JVMDITools.c
I have no idea whether there's still some very old code that still uses stuff in JVMDITools.cpp.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17636#issuecomment-1917899083
More information about the hotspot-runtime-dev
mailing list