RFR: 8337887: [JVMCI] Clarify jdk.vm.ci.code.Architecture.getName javadoc
Doug Simon
dnsimon at openjdk.org
Tue Aug 6 16:14:52 UTC 2024
On Tue, 6 Aug 2024 10:38:06 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> This PR improves the documentation of `jdk.vm.ci.code.Architecture.getName`.
src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/code/Architecture.java line 129:
> 127: }
> 128:
> 129: /// Gets the name of this architecture. The value returned for
This seems like a good opportunity to use the new [markdown support for javadoc](https://openjdk.org/jeps/467).
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20476#discussion_r1705312698
More information about the hotspot-compiler-dev
mailing list