mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
6700789: G1: Enable use of compressed oops with G1 heaps
Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
This commit is contained in:
parent
50d7db1805
commit
075c1335cb
58 changed files with 1233 additions and 1175 deletions
|
@ -106,6 +106,7 @@ class Space: public CHeapObj {
|
|||
virtual void set_end(HeapWord* value) { _end = value; }
|
||||
|
||||
virtual HeapWord* saved_mark_word() const { return _saved_mark_word; }
|
||||
|
||||
void set_saved_mark_word(HeapWord* p) { _saved_mark_word = p; }
|
||||
|
||||
MemRegionClosure* preconsumptionDirtyCardClosure() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue