RFR: 8139457: Array bases are aligned at HeapWord granularity [v52]
Stefan Karlsson
stefank at openjdk.org
Wed Aug 23 14:46:48 UTC 2023
On Wed, 23 Aug 2023 14:15:12 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> My last refactoring eliminated 1 use (in unsafe.cpp) which I find better. It also eliminated the use in collectedHeap.cpp by reducing it to an inlined version that only deals with T_INT. I also inlined it into max_array_length(), which is now also reduced to a simpler case. I believe it's better that we don't have this method to begin with, it's only confusing.
Ahh. I missed that update. Sounds good to me. There's still one reference to that function in `src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/11044#issuecomment-1690096055
More information about the hotspot-dev
mailing list