hotspot/test/runtime/NMT/PrintNMTStatistics.java
changeset 29574 ab0121071f54
parent 28469 88ffea6d1774
child 30604 b8d532cb6420
equal deleted inserted replaced
29573:2d800e5d575f 29574:ab0121071f54
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    25  * @test
    25  * @test
    26  * @key nmt regression
    26  * @key nmt regression
    27  * @bug 8005936 8058606
    27  * @bug 8005936 8058606
    28  * @summary Verify PrintNMTStatistics on normal JVM exit for detail and summary tracking level
    28  * @summary Verify PrintNMTStatistics on normal JVM exit for detail and summary tracking level
    29  * @library /testlibrary
    29  * @library /testlibrary
    30  * @ignore 8067167
       
    31  */
    30  */
    32 
    31 
    33 import com.oracle.java.testlibrary.*;
    32 import com.oracle.java.testlibrary.*;
    34 
    33 
    35 public class PrintNMTStatistics {
    34 public class PrintNMTStatistics {