Skip to content

Commit 5dde423

Browse files
authored
7903412: JOL: Lilliput model should include info on compressed classes/refs
1 parent aea72b6 commit 5dde423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jol-core/src/main/java/org/openjdk/jol/datamodel/Model64_Lilliput.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public int objectAlignment() {
9999
public String toString() {
100100
return "64-bit model" +
101101
", Lilliput (" + (target ? "ultimate target" : "current experiment") + ")" +
102-
(compRefs ? ", compressed references" : "") +
102+
", " + (compRefs ? "" : "NO ") + "compressed references" +
103+
", compressed classes" +
103104
", " + align + "-byte aligned";
104105
}
105106

0 commit comments

Comments
 (0)