RFR: 8312495: assert(0 <= i && i < _len) failed: illegal index after JDK-8287061 on big endian platforms [v2]
Richard Reingruber
rrich at openjdk.org
Tue Jul 25 10:05:40 UTC 2023
On Mon, 24 Jul 2023 21:57:12 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> > > > * differences in the handling of `Location::dbl` and `lng` in `reassign_fields_by_klass` and `reassign_type_array_elements`
> > >
> > >
> > > What difference you talking about?
>
> So you are asking about difference for `case T_INT: case T_FLOAT:` and not `case T_LONG: case T_DOUBLE:`. Let leave it as it is for now and file RFE to investigate (to factor out and use the same code).
Ok. I've created https://bugs.openjdk.org/browse/JDK-8312753
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14976#issuecomment-1649518321
More information about the hotspot-compiler-dev
mailing list