mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
7181995: NMT ON: NMT assertion failure assert(cur_vm->is_uncommit_record() || cur_vm->is_deallocation_record
Fixed virtual memory records merge and promotion logic, should be based on sequence number vs. base address order Reviewed-by: coleenp, acorn
This commit is contained in:
parent
6f32be5139
commit
442e4b0e54
7 changed files with 403 additions and 390 deletions
|
@ -84,11 +84,7 @@ class MemPointerArrayIterator VALUE_OBJ_CLASS_SPEC {
|
|||
|
||||
// implementation class
|
||||
class MemPointerArrayIteratorImpl : public MemPointerArrayIterator {
|
||||
#ifdef ASSERT
|
||||
protected:
|
||||
#else
|
||||
private:
|
||||
#endif
|
||||
MemPointerArray* _array;
|
||||
int _pos;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue