mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8144714: Add extension point to G1 evacuation closures
Reviewed-by: ehelin, jmasa
This commit is contained in:
parent
56e8606ca8
commit
ae65f88b0f
8 changed files with 48 additions and 17 deletions
|
@ -96,6 +96,7 @@ class G1ParScanThreadState : public CHeapObj<mtGC> {
|
|||
bool verify_task(StarTask ref) const;
|
||||
#endif // ASSERT
|
||||
|
||||
template <class T> void do_oop_ext(T* ref);
|
||||
template <class T> void push_on_queue(T* ref);
|
||||
|
||||
template <class T> void update_rs(HeapRegion* from, T* p, oop o) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue