openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

Fix LocalJ9UTF8Buffer initialization

Open ThanHenderson opened this issue 7 months ago • 4 comments

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]

ThanHenderson avatar Jun 27 '24 19:06 ThanHenderson