RFR: 8332720: ubsan: instanceKlass.cpp:3550:76: runtime error: member call on null pointer of type 'struct Array' [v2]
Kim Barrett
kbarrett at openjdk.org
Fri May 24 09:15:11 UTC 2024
On Thu, 23 May 2024 07:48:42 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> > Aside, I thought there was supposed to be a blank in between concatenated strings because some compiler complained.
>
> It is the same at a lot of places in the file so I did not change it here .
A drive-by followup:
`"..."identifier` is syntactically a user-defined literal, so we need a space
to dodge that syntax. For simplicity, the "rule" that has been adopted is to
always separate string literals from adjacent code. But apparently not here...
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19349#issuecomment-2129031431
More information about the hotspot-dev
mailing list