mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-11 21:15:16 +00:00
For signatures with a large number of arguments the offset for the float store becomes too big and does not fit in 13-bit. Reviewed-by: kvn, never