equal
deleted
inserted
replaced
126 // Allocate stack array. |
126 // Allocate stack array. |
127 void init(uint num); |
127 void init(uint num); |
128 |
128 |
129 // Iterate over all stacks, restore all preserved marks, and reclaim |
129 // Iterate over all stacks, restore all preserved marks, and reclaim |
130 // the memory taken up by the stack segments. |
130 // the memory taken up by the stack segments. |
131 // Supported executors: SharedRestorePreservedMarksTaskExecutor (Serial, CMS, G1), |
131 // Supported executors: SharedRestorePreservedMarksTaskExecutor (Serial, G1), |
132 // PSRestorePreservedMarksTaskExecutor (PS). |
132 // PSRestorePreservedMarksTaskExecutor (PS). |
133 inline void restore(RestorePreservedMarksTaskExecutor* executor); |
133 inline void restore(RestorePreservedMarksTaskExecutor* executor); |
134 |
134 |
135 // Reclaim stack array. |
135 // Reclaim stack array. |
136 void reclaim(); |
136 void reclaim(); |