-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 23
-
Component/s: hotspot
-
b08
Currently, the visited set is a "global" set that is reused all through SuperWord. This makes other refactorings difficult. I am refactoring all related code to make the visited sets local, with use of ResourceMark.