-
Enhancement
-
Resolution: Other
-
P4
-
9
The code in CardTableModRefsBS is unfortunately very generic, it does not utilize the fact that we only have two generations, two committed regions and only one shared page. This makes the code unnecessarily hard to follow.
Similarly to how the Generations abstraction was cleaned up in genCollectedHeap.cpp, these no longer needed abstractions should be removed.
Similarly to how the Generations abstraction was cleaned up in genCollectedHeap.cpp, these no longer needed abstractions should be removed.
- relates to
-
JDK-8059066 CardTableModRefBS might commit the same page twice
-
- Resolved
-
-
JDK-8064721 The card tables only ever need two covering regions
-
- Resolved
-