mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8028128: Add a type safe alternative for working with counter based data
Reviewed-by: dholmes, egahlin
This commit is contained in:
parent
9963570316
commit
b1e3461fe5
37 changed files with 522 additions and 235 deletions
|
@ -72,6 +72,7 @@ class G1NewTracer;
|
|||
class G1OldTracer;
|
||||
class EvacuationFailedInfo;
|
||||
class nmethod;
|
||||
class Ticks;
|
||||
|
||||
typedef OverflowTaskQueue<StarTask, mtGC> RefToScanQueue;
|
||||
typedef GenericTaskQueueSet<RefToScanQueue, mtGC> RefToScanQueueSet;
|
||||
|
@ -746,7 +747,7 @@ public:
|
|||
return _old_marking_cycles_completed;
|
||||
}
|
||||
|
||||
void register_concurrent_cycle_start(jlong start_time);
|
||||
void register_concurrent_cycle_start(const Ticks& start_time);
|
||||
void register_concurrent_cycle_end();
|
||||
void trace_heap_after_concurrent_cycle();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue