-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b28
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056467 | emb-9 | Christian Tornqvist | P3 | Resolved | Fixed | master |
JDK-8063867 | 8u45 | Christian Tornqvist | P3 | Resolved | Fixed | b01 |
JDK-8058436 | 8u40 | Staffan Larsen | P3 | Closed | Fixed | b08 |
JDK-8070135 | emb-8u47 | Christian Tornqvist | P3 | Resolved | Fixed | team |
java/lang/instrument/RedefineBigClass.sh fails with:
[0xf6d7a8e3] Thread::record_stack_base_and_size()+0x203
[0xf6d8c4fe] JavaThread::run()+0x2e
[0xf6b53dc0] java_start(Thread*)+0x100
[0x4d337a49]
(mmap: reserved=9036KB -324KB, committed=9036KB -324KB)
Exception in thread "main" java.lang.Exception: Could not find the Total line in the NMT output.
at NMTHelper.committedDiff(NMTHelper.java:48)
at RedefineBigClassApp.main(RedefineBigClassApp.java:56)
FAIL: RedefineBigClassApp exited with status of 1
This seems to be due to the push of JEP 195: Scalable Native Memory Tracking
[0xf6d7a8e3] Thread::record_stack_base_and_size()+0x203
[0xf6d8c4fe] JavaThread::run()+0x2e
[0xf6b53dc0] java_start(Thread*)+0x100
[0x4d337a49]
(mmap: reserved=9036KB -324KB, committed=9036KB -324KB)
Exception in thread "main" java.lang.Exception: Could not find the Total line in the NMT output.
at NMTHelper.committedDiff(NMTHelper.java:48)
at RedefineBigClassApp.main(RedefineBigClassApp.java:56)
FAIL: RedefineBigClassApp exited with status of 1
This seems to be due to the push of JEP 195: Scalable Native Memory Tracking
- backported by
-
JDK-8056467 [TESTBUG] NMTHelper fails to parse NMT output
- Resolved
-
JDK-8063867 [TESTBUG] NMTHelper fails to parse NMT output
- Resolved
-
JDK-8070135 [TESTBUG] NMTHelper fails to parse NMT output
- Resolved
-
JDK-8058436 [TESTBUG] NMTHelper fails to parse NMT output
- Closed