Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083327 | emb-9 | George Triantafillou | P3 | Resolved | Fixed | b30 |
JDK-8063448 | 8u45 | George Triantafillou | P3 | Resolved | Fixed | b01 |
JDK-8057582 | 8u40 | George Triantafillou | P3 | Closed | Fixed | b05 |
JDK-8070997 | emb-8u47 | George Triantafillou | P3 | Resolved | Fixed | team |
Looks like the test assumes that after it has released a chunk of memory that no one else will get that same region:
java.lang.RuntimeException: '\\[0x[0]*19270000 - 0x[0]*19370000\\] reserved' found in stdout: '[0x0000000019270000 - 0x0000000019370000] reserved'
this regions is now occupied by:
[0x0000000019270000 - 0x0000000019370000] reserved and committed 1024KB for Thread Stack from
[0x0000000077562468] MemTracker::record_thread_stack+0xc8
[0x0000000077569d97] JavaThread::run+0x37
[0x00000000775e9d4e] java_start+0xbe
[0x0000000050c11d9f]
The shouldNotMatch should either be removed or changed to specifically look for "reserved 1024KB for Test"
java.lang.RuntimeException: '\\[0x[0]*19270000 - 0x[0]*19370000\\] reserved' found in stdout: '[0x0000000019270000 - 0x0000000019370000] reserved'
this regions is now occupied by:
[0x0000000019270000 - 0x0000000019370000] reserved and committed 1024KB for Thread Stack from
[0x0000000077562468] MemTracker::record_thread_stack+0xc8
[0x0000000077569d97] JavaThread::run+0x37
[0x00000000775e9d4e] java_start+0xbe
[0x0000000050c11d9f]
The shouldNotMatch should either be removed or changed to specifically look for "reserved 1024KB for Test"
- backported by
-
JDK-8063448 [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
- Resolved
-
JDK-8070997 [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
- Resolved
-
JDK-8083327 [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
- Resolved
-
JDK-8057582 [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
- Closed