mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-15 23:12:35 +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