mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
Merge
This commit is contained in:
commit
b8633a3b01
46 changed files with 1401 additions and 256 deletions
|
@ -259,6 +259,9 @@ public:
|
|||
// be provided are returned as a list of ScratchBlocks, sorted by
|
||||
// decreasing size.
|
||||
ScratchBlock* gather_scratch(Generation* requestor, size_t max_alloc_words);
|
||||
// Allow each generation to reset any scratch space that it has
|
||||
// contributed as it needs.
|
||||
void release_scratch();
|
||||
|
||||
size_t large_typearray_limit();
|
||||
|
||||
|
@ -482,6 +485,9 @@ private:
|
|||
bool should_do_concurrent_full_gc(GCCause::Cause cause);
|
||||
void collect_mostly_concurrent(GCCause::Cause cause);
|
||||
|
||||
// Save the tops of the spaces in all generations
|
||||
void record_gen_tops_before_GC() PRODUCT_RETURN;
|
||||
|
||||
protected:
|
||||
virtual void gc_prologue(bool full);
|
||||
virtual void gc_epilogue(bool full);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue