8255973: Add more logging to debug JDK-8255917

Reviewed-by: ccheung, stuefe, iklam
This commit is contained in:
Yumin Qi 2020-11-13 03:44:41 +00:00
parent e32a4ea4ef
commit 1d3d64f34c
5 changed files with 44 additions and 8 deletions

View file

@ -60,6 +60,8 @@ public class SharedBaseAddress {
.addPrefix("-XX:SharedBaseAddress=" + testEntry)
.addPrefix("-Xlog:cds=debug")
.addPrefix("-Xlog:cds+reloc=debug")
.addPrefix("-Xlog:nmt=debug")
.addPrefix("-Xlog:os=debug")
.addPrefix("-XX:NativeMemoryTracking=detail");
CDSTestUtils.createArchiveAndCheck(opts);