jdk8/jdk8/hotspot: c342fbdf8a70 (original) (raw)
OpenJDK / jdk8 / jdk8 / hotspot
changeset 4379:c342fbdf8a70
8008454: test/runtime/NMT/PrintNMTStatistics is broken Summary: Added @run tag so that it actually runs the test, also fixed broken command line and incorrect parsing. Also reviewed by gerard.ziemski@oracle.com Reviewed-by: mgerdin, zgu
ctornqvi | |
---|---|
date | Sun, 24 Mar 2013 09:11:55 +0100 |
parents | 14509df4cd63 |
children | 9c8e53c7bed0 |
files | test/runtime/NMT/PrintNMTStatistics.java |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-)[+] [-] test/runtime/NMT/PrintNMTStatistics.java 10 |
line wrap: on
line diff
--- a/test/runtime/NMT/PrintNMTStatistics.java Thu Mar 21 20:46:46 2013 -0700 +++ b/test/runtime/NMT/PrintNMTStatistics.java Sun Mar 24 09:11:55 2013 +0100 @@ -27,7 +27,9 @@
- @bug 8005936
- @summary Make sure PrintNMTStatistics works on normal JVM exit
- @library /testlibrary /testlibrary/whitebox
"-Xbootclasspath/a:.",[](#l1.18)
"-XX:+WhiteBoxAPI",[](#l1.19) "-XX:NativeMemoryTracking=summary",[](#l1.20)
"+XX:+PrintNMTStatistics",[](#l1.21)
"-XX:+PrintNMTStatistics",[](#l1.22) "PrintNMTStatistics",[](#l1.23) "test");[](#l1.24)