mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8242082: Shenandoah: Purge Traversal mode
Reviewed-by: shade
This commit is contained in:
parent
c09b0a7793
commit
553ea1e891
82 changed files with 25 additions and 3158 deletions
|
@ -58,7 +58,6 @@ class ShenandoahControlThread: public ConcurrentGCThread {
|
|||
private:
|
||||
typedef enum {
|
||||
none,
|
||||
concurrent_traversal,
|
||||
concurrent_normal,
|
||||
stw_degenerated,
|
||||
stw_full
|
||||
|
@ -94,7 +93,6 @@ private:
|
|||
void service_concurrent_normal_cycle(GCCause::Cause cause);
|
||||
void service_stw_full_cycle(GCCause::Cause cause);
|
||||
void service_stw_degenerated_cycle(GCCause::Cause cause, ShenandoahHeap::ShenandoahDegenPoint point);
|
||||
void service_concurrent_traversal_cycle(GCCause::Cause cause);
|
||||
void service_uncommit(double shrink_before);
|
||||
|
||||
bool try_set_alloc_failure_gc();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue