RFR: 8324893: Rename JVMDITools.h
Kim Barrett
kbarrett at openjdk.org
Wed Jan 31 09:02:06 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
You are right. While looking into JDK-8324799 I found a couple of headers that
were only included by an associated .cpp that wasn't built, but the .cpp was
instead included by other files that were built. I mis-remembered this was one
of those, but apparently not. I'll delete the files, update the bug, and make a new PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17636#issuecomment-1918662239
More information about the hotspot-runtime-dev
mailing list