RFR: 8328611: Thread safety issue in com.sun.tools.jdi.ReferenceTypeImpl::classObject [v2]
Chris Plummer
cjplummer at openjdk.org
Wed May 29 01:47:27 UTC 2024
On Wed, 29 May 2024 01:09:50 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add period at end of comments
>
> src/jdk.jdi/share/classes/com/sun/tools/jdi/ReferenceTypeImpl.java line 185:
>
>> 183: public String signature() {
>> 184: if (signature == null) {
>> 185: // Does not need synchronization. Worst case is static info is fetched twice
>
> Could you add dot at the end of all updated comments
Ok.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19439#discussion_r1618065025
More information about the serviceability-dev
mailing list