Open hengxin opened 11 years ago
Problem: You cannot remove elements from ArrayList in Java foreach construct. apply_wprimew_order may remove element from ActiveWrites(var)
Solution: use the ArrayList returned from GlobalActiveWritesMap#getActiveWritesPool() in foreach construct
Possible improvement: avoiding copying
Problem: You cannot remove elements from ArrayList in Java foreach construct. apply_wprimew_order may remove element from ActiveWrites(var)
Solution: use the ArrayList returned from GlobalActiveWritesMap#getActiveWritesPool() in foreach construct
Possible improvement: avoiding copying