mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-04 03:58:42 +00:00
Copy small (<8) strings on stack if str+16 crosses a page boundary and load from stack into XMM. Back up pointer when loading string's tail. Reviewed-by: never