RFR: 8203353: Fixup inferred decorators in the interpreter

Roman Kennke rkennke at redhat.com
Thu May 31 13:40:26 UTC 2018


> Hi,
> 
> 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.
> 
> Webrev:
> http://cr.openjdk.java.net/~eosterlund/8203353/webrev.00/
> 
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8203353


Hi Erik, this seems reasonable and patch looks good. Thanks!
Roman



More information about the hotspot-dev mailing list