-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 16
-
b18
Shenandoah changed their barriers to no longer break the to-space invariant, and to no longer need barriers on primitives.
As a result, the "SUPPORT" macros in barrierSetConfig.hpp (SUPPORT_BARRIER_ON_PRIMITIVES and SUPPORT_NOT_TO_SPACE_INVARIANT) are never set. So the conditionalization on them can be removed.
A a result, INTERNAL_BT_BARRIER_ON_PRIMITIVES can always be assumed clear and INTERNAL_BT_TO_SPACE_INVARIANT can always be assumed set. So the (small number) of places examining them can be hard-coded and those decorators can be removed.
The Access::resolve function should also no longer be needed; callers can be cleaned up and it can be removed.
As a result, the "SUPPORT" macros in barrierSetConfig.hpp (SUPPORT_BARRIER_ON_PRIMITIVES and SUPPORT_NOT_TO_SPACE_INVARIANT) are never set. So the conditionalization on them can be removed.
A a result, INTERNAL_BT_BARRIER_ON_PRIMITIVES can always be assumed clear and INTERNAL_BT_TO_SPACE_INVARIANT can always be assumed set. So the (small number) of places examining them can be hard-coded and those decorators can be removed.
The Access::resolve function should also no longer be needed; callers can be cleaned up and it can be removed.
- is blocked by
-
JDK-8230841 Remove oopDesc::equals()
-
- Resolved
-
- relates to
-
JDK-8199735 Mark word updates need to use Access API
-
- Resolved
-
-
JDK-8272654 Mark word accesses should not use Access API
-
- Resolved
-
(1 links to)