RFR: 8255894: Remove unused StubRoutines::_zero_aligned_words
Claes Redestad
redestad at openjdk.java.net
Wed Nov 4 12:30:55 UTC 2020
On Wed, 4 Nov 2020 12:18:36 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> FWIW, we are still building Zero on SPARC in Debian. So, if there is an extra alignment that's needed on SPARC, I'd appreciate if it could stay in in case it's required for SPARC.
This routine was used as part of an optimization of [pd_fill_to_aligned_words](https://github.com/openjdk/jdk/commit/644620568827ddd5f5a4dc130d615ed6fd915c2d#diff-fe8c06a22855cd5f58f908f73109212d77cca26ec0c422d90496ebeedefe770d) on SPARC. I'm not sure how this method looks in your source tree now since all the flags that control this has been dropped from the mainline.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1053
More information about the hotspot-dev
mailing list