mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-10 18:54:14 +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