annotate test/runtime/NMT/MallocSiteHashOverflow.java @ 20628:80260967f994

8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms Reviewed-by: ctornqvi, coleenp
author gtriantafill
date Wed, 05 Nov 2014 08:22:17 -0800
parents 3f9ff5e261c6
children ec2c6fdd1ce6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20394
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
1 /*
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
2 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
4 *
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
7 * published by the Free Software Foundation.
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
8 *
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
9 * This code is distributed in the hope that it will be useful, but WITHOUT
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
12 * version 2 for more details (a copy is included in the LICENSE file that
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
13 * accompanied this code).
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
14 *
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License version
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
16 * 2 along with this work; if not, write to the Free Software Foundation,
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
18 *
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
20 * or visit www.oracle.com if you need additional information or have any
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
21 * questions.
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
22 */
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
23
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
24 /*
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
25 * @test
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
26 * @summary Test corner case that overflows malloc site hashtable bucket
20628
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
27 * @requires sun.arch.data.model == "32"
20401
3f9ff5e261c6 8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
gtriantafill
parents: 20394
diff changeset
28 * @key nmt jcmd stress
20394
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
29 * @library /testlibrary /testlibrary/whitebox
20628
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
30 * @ignore 8062870
20394
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
31 * @build MallocSiteHashOverflow
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
32 * @run main ClassFileInstaller sun.hotspot.WhiteBox
20628
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
33 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocSiteHashOverflow
20394
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
34 */
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
35
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
36 import com.oracle.java.testlibrary.*;
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
37 import sun.hotspot.WhiteBox;
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
38
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
39 public class MallocSiteHashOverflow {
20628
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
40
20394
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
41 public static void main(String args[]) throws Exception {
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
42
20628
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
43 // Size of entries based on malloc tracking header defined in mallocTracker.hpp
20394
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
44 // For 32-bit systems, create 257 malloc sites with the same hash bucket to overflow a hash bucket
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
45 long entries = 257;
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
46
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
47 OutputAnalyzer output;
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
48 WhiteBox wb = WhiteBox.getWhiteBox();
20628
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
49 int MAX_HASH_SIZE = wb.NMTGetHashSize();
20394
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
50
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
51 // Grab my own PID
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
52 String pid = Integer.toString(ProcessTools.getProcessId());
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
53 ProcessBuilder pb = new ProcessBuilder();
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
54
20628
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
55 // Verify that current tracking level is "detail"
20394
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
56 pb.command(new String[] { JDKToolFinder.getJDKTool("jcmd"), pid, "VM.native_memory", "statistics"});
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
57 output = new OutputAnalyzer(pb.start());
20628
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
58 output.shouldContain("Native Memory Tracking Statistics");
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
59
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
60 // Attempt to cause NMT to downgrade tracking level by allocating small amounts
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
61 // of memory with random pseudo call stack
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
62 int pc = 1;
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
63 for (int i = 0; i < entries; i++) {
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
64 long addr = wb.NMTMallocWithPseudoStack(1, pc);
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
65 if (addr == 0) {
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
66 throw new RuntimeException("NMTMallocWithPseudoStack: out of memory");
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
67 }
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
68 // We free memory here since it doesn't affect pseudo malloc alloc site hash table entries
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
69 wb.NMTFree(addr);
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
70 pc += MAX_HASH_SIZE;
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
71 if (i == entries) {
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
72 // Verify that tracking has been downgraded
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
73 pb.command(new String[] { JDKToolFinder.getJDKTool("jcmd"), pid, "VM.native_memory", "statistics"});
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
74 output = new OutputAnalyzer(pb.start());
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
75 output.shouldContain("Tracking level has been downgraded due to lack of resources");
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
76 }
80260967f994 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill
parents: 20401
diff changeset
77 }
20394
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
78 }
017b0145f20c 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill
parents:
diff changeset
79 }