mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-28 03:43:21 +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