mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
Merge
This commit is contained in:
commit
615777b6da
2482 changed files with 117959 additions and 31338 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -274,6 +274,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();
|
||||
|
||||
|
@ -497,6 +500,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