RFR: 8312495: assert(0 <= i && i < _len) failed: illegal index after JDK-8287061 on big endian platforms [v2]
Vladimir Kozlov
kvn at openjdk.org
Mon Jul 24 21:59:43 UTC 2023
On Mon, 24 Jul 2023 20:22:10 GMT, Richard Reingruber <rrich 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).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14976#issuecomment-1648681997
More information about the hotspot-compiler-dev
mailing list