[lworld] RFR: 8332243: Value classes implementing Cloneable [v2]
Frederic Parain
fparain at openjdk.org
Mon Jun 17 12:26:40 UTC 2024
On Mon, 17 Jun 2024 07:49:17 GMT, David Simms <dsimms at openjdk.org> wrote:
>> Frederic Parain has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix typo
>
> test/hotspot/jtreg/runtime/valhalla/inlinetypes/TestCloneableValue.java line 51:
>
>> 49: @Override
>> 50: public Object clone() throws CloneNotSupportedException {
>> 51: return super.clone(); // deleguate to Object's method performing a shallow copy
>
> "delegate"
Fixed
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1131#discussion_r1642730524
More information about the valhalla-dev
mailing list