Skip to content

Commit

Permalink
Implement stringForCString
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Feb 8, 2024
1 parent ea6ce0a commit 212b4e2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,11 @@ private long statNumGCs() {
return MiscUtils.getCollectionCount();
}

@SuppressWarnings("unused")
private long stringForCString(final String string) {
return oopFor(stringForCString(string));
}

@SuppressWarnings("unused")
private long storeIntegerofObjectwithValue(final long index, final long oop, final long integer) {
/* TODO */
Expand Down

0 comments on commit 212b4e2

Please sign in to comment.