RFR: 8331862: Remove split relocation info implementation [v2]

Dean Long dlong at openjdk.org
Wed May 8 18:57:54 UTC 2024


On Wed, 8 May 2024 16:48:02 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> [Split relocation info](https://github.com/openjdk/jdk/blob/master/src/hotspot/share/code/relocInfo.hpp#L225) was used only for SPARC. Non of current OpenJDK platforms use it.
>> 
>> Tested tier1-3,stress,xcomp.
>
> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   clean up comments

src/hotspot/cpu/s390/assembler_s390.cpp line 2:

> 1: /*
> 2:  * Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.

No changes to this file?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19126#discussion_r1594499001


More information about the hotspot-compiler-dev mailing list