Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205225 | 11.0.1 | Erik Österlund | P4 | Resolved | Fixed | team |
JDK-8204553 | 11 | Erik Österlund | P4 | Resolved | Fixed | b18 |
All subsystems that the access API touches, except the interpreter, infers a set of decorators according to rules specified in accessDecorators.hpp. These are typically sane defaults for things like reference strength, memory ordering, as well as inferring that IN_HEAP_ARRAY is IN_HEAP, and IN_CONCURRENT_ROOT is IN_ROOT. The interpreter should do that too.
- backported by
-
JDK-8204553 Fixup inferred decorators in the interpreter
-
- Resolved
-
-
JDK-8205225 Fixup inferred decorators in the interpreter
-
- Resolved
-
- relates to
-
JDK-8204628 [AArch64] Assertion failure in BarrierSetAssembler::load_at
-
- Closed
-