-
Enhancement
-
Resolution: Fixed
-
P2
-
8u40, 9
-
b33
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083411 | emb-9 | Jesper Wilhelmsson | P2 | Resolved | Fixed | b33 |
JDK-8063296 | 8u45 | Jesper Wilhelmsson | P2 | Resolved | Fixed | b01 |
JDK-8056235 | 8u40 | Andrey Zakharov | P2 | Closed | Fixed | b06 |
JDK-8071033 | emb-8u47 | Jesper Wilhelmsson | P2 | Resolved | Fixed | team |
Test should allocate small objects mixed with humongous ones
"ssssHssssHssssHssssHssssHssssHssssH"
Release all allocated object except the last humongous one
"..................................H"
Invoke gc and check that memory returned to the system (amount of committed memory got down)
- backported by
-
JDK-8063296 CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap
- Resolved
-
JDK-8071033 CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap
- Resolved
-
JDK-8083411 CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap
- Resolved
-
JDK-8056235 CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap
- Closed
- relates to
-
JDK-8037925 CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap
- Resolved
-
JDK-8038423 G1: Decommit memory within the heap
- Resolved
-
JDK-8044132 Quarantine unstable/broken GC tests
- Resolved
-
JDK-8041506 The test gc/g1/TestHumongousShrinkHeap.java reports that memory is not de-committed
- Closed