RFR: 8303942: os::write should write completely [v2]
Afshin Zafari
duke at openjdk.org
Sun May 7 09:42:31 UTC 2023
On Sat, 6 May 2023 03:15:00 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8303942: os::write should write completely
>
> src/hotspot/share/cds/filemap.cpp line 364:
>
>> 362:
>> 363: void SharedClassPathEntry::copy_from(SharedClassPathEntry* ent, ClassLoaderData* loader_data, TRAPS) {
>> 364: _type = ent->_type;
>
> This removal seems to be unrelated to this PR.
Good catch, thanks.
The change is not part of mines. I think, it came up after merging with master.
The line is back to the code now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13750#discussion_r1186817923
More information about the hotspot-dev
mailing list