mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 10:53:31 +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