mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8255973: Add more logging to debug JDK-8255917
Reviewed-by: ccheung, stuefe, iklam
This commit is contained in:
parent
e32a4ea4ef
commit
1d3d64f34c
5 changed files with 44 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue