Open charleskorn opened 3 years ago
From #276:
I'm not sure if my changes are correct though: should UTFStringRef.set() also update this.length to the length of the new string value? should we be allocating additional space for the null terminator character in the call to getRuntime().getMemoryManager().allocateDirect()?
I'm not sure if my changes are correct though:
UTFStringRef.set()
this.length
getRuntime().getMemoryManager().allocateDirect()
From #276: