-
Bug
-
Resolution: Fixed
-
P3
-
hs25
-
b23
-
x86
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8010338 | 8 | Zhengyu Gu | P3 | Closed | Fixed | b82 |
JDK-8018049 | 7u45 | Zhengyu Gu | P3 | Closed | Fixed | b01 |
JDK-8010853 | 7u40 | Zhengyu Gu | P3 | Closed | Fixed | b18 |
JDK-8010251 | hs24 | Zhengyu Gu | P3 | Closed | Fixed | b37 |
With product build, Java Heap is missing from NMT report.
This bug is reported by Intel (copy/paste)
Setup:
x86_64 OEL5.7 with kernel: 2.6.32-300.27.1.el5uek
JDK8-ea-b65 64-bit
#hw13: Java Heap section is available in jcmd output.
~/jvm/current/bin/java -Xms6g -Xmx6g -XX:NativeMemoryTracking=summary -verbose:class -XX:+UseLargePages -XX:+UseCompressedOops -XX:ObjectAlignmentInBytes=8 -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+PrintCommandLineFlags -XX:+PrintFlagsFinal HelloWorld
#hw12: missing Java Heap section.
~/jvm/current/bin/java -Xms6g -Xmx6g -XX:NativeMemoryTracking=summary -verbose:class -XX:+UseLargePages -XX:+UseSHM -XX:-UseHugeTLBFS -XX:+UseCompressedOops -XX:ObjectAlignmentInBytes=8 -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+PrintCommandLineFlags -XX:+PrintFlagsFinal HelloWorld
// HelloWorld.java
class HelloWorld {
public static void main(String[] args)
throws InterruptedException {
for (int i=0; i<1000; i++) {
System.out.println("Hello World!");
Thread.sleep(5000);
}
}
}
- backported by
-
JDK-8010251 NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option
- Closed
-
JDK-8010338 NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option
- Closed
-
JDK-8010853 NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option
- Closed
-
JDK-8018049 NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option
- Closed
- duplicates
-
JDK-8007892 NMT: assert(new_rec->is_allocation_record()) failed: Sanity check
- Closed
- relates to
-
JDK-8020012 NMT: assert(matched_rec->is_allocation_record() || matched_rec->is_arena_memory_record()) failed: Sanity check
- Closed