openj9
openj9 copied to clipboard
Fix LocalJ9UTF8Buffer initialization
This patch:
- fixes the default constructor for LocalJ9UTF8Buffer by initializing its members
- uses direct construction for LocalJ9UTF8Buffer instantiation
- avoids full buffer initialization for static name and signature buffers
Signed-off-by: Nathan Henderson [email protected]