On Tue, 5 Nov 2024 00:20:56 GMT, Vladimir Ivanov <vliva...@openjdk.org> wrote:
> Looks good. > > Stylistic comment: while browsing the code a mix of "AOT" & "aot" caught my > eye. I find the former spelling more descriptive. Any particular reason to > use "aot" unless all lowercase spelling is preferred in some particular > context? I've been using AOT in class names and aot in function/variable names. I think that's consistent with HotSpot convention. In logging, I've been using "aot" as logging seems to favor lowercase. In comments, I've been using a mix of AOT-xxx and aot-xxx, for no particular reason :-( ------------- PR Comment: https://git.openjdk.org/jdk/pull/21642#issuecomment-2456016366