On Wed, 18 May 2022 13:27:24 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> Replaces usages of articles that follow each other in all combinations: > a/the, an?/an?, the/the⦠> > Also, I fixed a couple of spelling mistakes. src/hotspot/share/opto/graphKit.cpp line 3626: > 3624: // The optional arguments are for specialized use by intrinsics: > 3625: // - If 'extra_slow_test' if not null is an extra condition for the > slow-path. > 3626: // - If 'return_size_val', report the total object size to the caller. "reports the total" ------------- PR: https://git.openjdk.java.net/jdk/pull/8768