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