Skip to content

Commit

Permalink
update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
hongshanru committed Apr 16, 2023
1 parent 8d8e174 commit 5512d89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static void main(String[] args) {
System.out.println(ClassLayout.parseInstance(o).toPrintable());

synchronized (o) {
long size = ClassLayout.parseInstance(o).instanceSize();
System.out.println(ClassLayout.parseInstance(o).toPrintable());
}
}
Expand Down

0 comments on commit 5512d89

Please sign in to comment.