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

Fei Yang fyang at openjdk.org
Thu May 9 13:24:54 UTC 2024


On Wed, 8 May 2024 19:34:10 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:
> 
>   address comments

Also performed `tier1` tests on linux-riscv64 platform. Result looks good.

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

PR Comment: https://git.openjdk.org/jdk/pull/19126#issuecomment-2102653877


More information about the hotspot-compiler-dev mailing list